diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2871cff..69ca6c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,8 @@ # Open in Colab Chrome Extension This is a Chrome extension that allows notebooks on GitHub to be opened in -[Google Colaboratory](https://colab.research.google.com) in one click. See the -Colaboratory [FAQ](https://research.google.com/colaboratory/faq.html) for -details. +[Google Colab](https://colab.research.google.com) in one click. See the +[Colab FAQ](https://research.google.com/colaboratory/faq.html) for details. ## Contributing diff --git a/README.md b/README.md index 9d8639e..5543123 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ or to report a new one, see ## Change Log +Version 1.2.0 (2024-12-16): + +* Add a link to Open in Colab's GitHub repo from the Chrome Web Store page. + Fixes #3. +* Show a helpful popup when the extension icon is clicked on an unsupported + page. Fixes #1. + Version 1.1.0 (2023-12-07): * Fix Gist URL handling. diff --git a/manifest.json b/manifest.json index dc22fe1..4949e76 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,7 @@ { "name": "Open in Colab", "description": "Open a Github-hosted notebook in Google Colab", - "version": "1.1.0", - "version_name": "1.1.0", + "version": "1.2.0", "author": { "email": "colab-team@google.com" },