Colab Auto Reconnect
Tool to prevent unexpected disconnect
Colab Auto Reconnectとは何ですか?
Colab Auto Reconnectはcharlie890414によって開発されたChromeの拡張機能で、その主な機能は「Tool to prevent unexpected disconnect」です。
拡張機能のスクリーンショット
Colab Auto Reconnect拡張機能のCRXファイルをダウンロード
Colab Auto Reconnect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tool to automatically reconnect Google's Colab without clicking the button. 拡張機能の基本情報
| 名前 | |
| ID | ifilpgffgdbhafnaebocnofaehicbkem |
| 公式URL | https://chromewebstore.google.com/detail/colab-auto-reconnect/ifilpgffgdbhafnaebocnofaehicbkem |
| 説明 | Tool to prevent unexpected disconnect |
| ファイルサイズ | 9.28 KB |
| インストール数 | 2,613 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-01-02 |
| 公開日 | 2020-01-01 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | charlie890414 |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/charlie890414/Colab-Auto-Reconnect |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Colab Auto Reconnect",
"version": "1.0",
"description": "Tool to prevent unexpected disconnect",
"content_scripts": [
{
"matches": [
"https:\/\/colab.research.google.com\/drive\/*"
],
"js": [
"js\/contentScript.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"js\/script.js"
],
"icons": {
"512": "images\/icon.png"
},
"manifest_version": 2
} | |