Google Colab Keep-Alive
Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive.
什麼是Google Colab Keep-Alive?
Google Colab Keep-Alive是由v.snehith999開發的Chrome擴展程式,該擴展的主要功能是“Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive.”。
擴展截圖
下載Google Colab Keep-Alive擴展crx文件
下載Google Colab Keep-Alive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically clicks on the web page every few seconds to keep sessions active. Perfect for platforms that time out due to inactivity. 擴展基本資訊
| 名稱 | |
| ID | bokldcdphgknojlbfhpbbgkggjfhhaek |
| 官方網址 | https://chromewebstore.google.com/detail/google-colab-keep-alive/bokldcdphgknojlbfhpbbgkggjfhhaek |
| 簡介 | Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive. |
| 檔案大小 | 2.03 MB |
| 安裝次數 | 521 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-10-28 |
| 上架時間 | 2023-10-28 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | v.snehith999 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.linkedin.com/in/snehitvaddi/ |
| 說明頁面URL | https://github.com/snehitvaddi/Google-Colab-Keep-Alive/issues |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/4b3b2483-cded-4845-ac20-489d3b07779e |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Colab Keep-Alive",
"version": "1.0",
"description": "Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16-2.png"
}
},
"permissions": [
"activeTab",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |