Google Colab Keep-Alive
Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive.
Wat is Google Colab Keep-Alive?
Google Colab Keep-Alive is een Chrome-extensie ontwikkeld door v.snehith999, en de belangrijkste functie is "Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Colab Keep-Alive
Download Google Colab Keep-Alive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically clicks on the web page every few seconds to keep sessions active. Perfect for platforms that time out due to inactivity.
Basisinformatie over de Extensie
Naam | Google Colab Keep-Alive |
ID | bokldcdphgknojlbfhpbbgkggjfhhaek |
Officiële URL | https://chromewebstore.google.com/detail/google-colab-keep-alive/bokldcdphgknojlbfhpbbgkggjfhhaek |
Beschrijving | Automatically clicks the screen every 60 seconds to keep Google Colab sessions alive. |
Bestandsgrootte | 2.03 MB |
Aantal Installaties | 521 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-10-28 |
Publicatiedatum | 2023-10-28 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | v.snehith999 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.linkedin.com/in/snehitvaddi/ |
Help Pagina-URL | https://github.com/snehitvaddi/Google-Colab-Keep-Alive/issues |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/4b3b2483-cded-4845-ac20-489d3b07779e |
Ondersteunde Talen | 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": [ " |