Tab auto reloader
This extension reloads the current tab at a chosen interval.
Wat is Tab auto reloader?
Tab auto reloader is een Chrome-extensie ontwikkeld door https://denilson.sa.nom.br, en de belangrijkste functie is "This extension reloads the current tab at a chosen interval.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab auto reloader
Download Tab auto reloader-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
This Chrome extension reloads (refreshes) the current tab at a chosen interval.
* Free and open-source.
* No (extra) permissions required.
* Easy-to-use.
* The reload (refresh) interval can be different for each tab.
https://github.com/denilsonsa/crx-reload-tab/ Basisinformatie over de Extensie
| Naam | |
| ID | knnahnemielbnanghaphjgheamgcjjcb |
| Officiële URL | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
| Beschrijving | This extension reloads the current tab at a chosen interval. |
| Bestandsgrootte | 14.36 KB |
| Aantal Installaties | 26,500 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-11-19 |
| Publicatiedatum | 2018-04-23 |
| Beoordeling | 4.90/5 Totaal 99 Beoordelingen |
| Ontwikkelaar | https://denilson.sa.nom.br |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/denilsonsa/crx-reload-tab/ |
| Help Pagina-URL | https://github.com/denilsonsa/crx-reload-tab/issues |
| URL van de Privacybeleid Pagina | http://denilson.sa.nom.br/privacy.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab auto reloader",
"short_name": "Tab reloader",
"description": "This extension reloads the current tab at a chosen interval.",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html",
"default_title": "Reload this page every\u2026"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"storage"
]
} | |