AutoTabRefresh
Refresh your browser tab automatically at the desired interval.
Vad är AutoTabRefresh?
AutoTabRefresh är en Chrome-tillägg utvecklad av ST9001, och dess huvudfunktion är "Refresh your browser tab automatically at the desired interval.".
Tilläggsskärmbilder
Ladda ner AutoTabRefresh-förlängningens CRX-fil
Ladda ner AutoTabRefresh-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing. Grundläggande Information om Tillägg
| Namn | |
| ID | dndgpkfabmjdgnbhjciplnfblodiodmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj |
| Beskrivning | Refresh your browser tab automatically at the desired interval. |
| Filstorlek | 58.76 KB |
| Antal Installationer | 438 |
| Aktuell Version | 3.3 |
| Senast Uppdaterad | 2022-05-22 |
| Publiceringsdatum | 2020-07-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | ST9001 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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}"
}
}
} | |