From cfe2b56f0245e55f9489f45ac6256d98159d77dc Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Fri, 13 Dec 2024 13:49:48 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 705991057 --- README.md | 32 ++++++++++++++++++++++++++++++-- manifest.json | 4 ++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb54f1..9d8639e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open in Colab Chrome Extension -This is a simple Chrome extension that, when clicked when viewing a Jupyter +This is a simple Chrome extension that, when clicked while viewing a Jupyter notebook on GitHub, will open that notebook in [Google Colab](https://colab.research.google.com/). @@ -8,6 +8,13 @@ The extension simply provides a URL redirect: it reads the current URL and opens a new tab at https://colab.research.google.com/github/ (or /gist/) with the user, repository, and notebook path. +The extension supports the following GitHub pages: + +* Notebook preview page when browsing a repository's files, e.g. + https://github.com/googlecolab/colabtools/blob/main/notebooks/Gemma_Distributed_Fine_tuning_on_TPU.ipynb +* Gists with .ipynb files, e.g. + https://gist.github.com/peap/f9e32370dd789d4fb2ca470fe8de3931. + ## Installing the Extension The latest release of the extension can be installed from the @@ -15,4 +22,25 @@ The latest release of the extension can be installed from the ## Support -For help with Colaboratory, see https://github.com/googlecolab/colabtools/. +For help with this Chrome extension, use +[the issue tracker](https://github.com/googlecolab/open_in_colab/issues). + +For general help with Colab, see +[the FAQ](https://research.google.com/colaboratory/faq.html). For known issues, +or to report a new one, see +[the colabtools issue tracker](https://github.com/googlecolab/colabtools/issues). + +## Change Log + +Version 1.1.0 (2023-12-07): + +* Fix Gist URL handling. +* Migrate to Manifest v3. + +Version 1.0.1 (2020-11-25): + +* Update extension icons. + +Version 1.0 (2018) + +* Initial release. diff --git a/manifest.json b/manifest.json index cec3a5d..dc22fe1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,10 @@ "description": "Open a Github-hosted notebook in Google Colab", "version": "1.1.0", "version_name": "1.1.0", + "author": { + "email": "colab-team@google.com" + }, + "homepage_url": "https://github.com/googlecolab/open_in_colab/", "manifest_version": 3, "icons": { "16": "images/icon16.png",