AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
Wat is AutoTabRefresh?
AutoTabRefresh is een Chrome-extensie ontwikkeld door ST9001, en de belangrijkste functie is "Refresh your browser tab automatically at the desired interval.".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoTabRefresh
Download AutoTabRefresh-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
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.
Basisinformatie over de Extensie
Naam | AutoTabRefresh |
ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
Officiële URL | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
Beschrijving | Refresh your browser tab automatically at the desired interval. |
Bestandsgrootte | 58.76 KB |
Aantal Installaties | 438 |
Huidige Versie | 3.3 |
Laatst Bijgewerkt | 2022-05-22 |
Publicatiedatum | 2020-07-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ST9001 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoTabRefresh", "author": "", "version": "3.3", "description": "Refresh your browser tab automatically at the desired interval.", "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Auto Tab Refresh", "default_popup": "index.html" }, "background": { "page": "background.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}" } } } |