Colab Auto Reconnect
Tool to prevent unexpected disconnect
Apa itu Colab Auto Reconnect?
Colab Auto Reconnect adalah ekstensi Chrome yang dikembangkan oleh charlie890414, dan fitur utamanya adalah "Tool to prevent unexpected disconnect".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Colab Auto Reconnect
Unduh file ekstensi Colab Auto Reconnect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A tool to automatically reconnect Google's Colab without clicking the button.
Informasi Dasar Ekstensi
Nama | |
ID | ifilpgffgdbhafnaebocnofaehicbkem |
URL Resmi | https://chromewebstore.google.com/detail/colab-auto-reconnect/ifilpgffgdbhafnaebocnofaehicbkem |
Deskripsi | Tool to prevent unexpected disconnect |
Ukuran File | 9.28 KB |
Jumlah Instalasi | 2,613 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-01-02 |
Tanggal Publikasi | 2020-01-01 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | charlie890414 |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/charlie890414/Colab-Auto-Reconnect |
Bahasa yang Didukung | 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 } |