Auto Reload IDT
Refresh automatically pages on a selected interval of seconds or specific time.
Wat is Auto Reload IDT?
Auto Reload IDT is een Chrome-extensie ontwikkeld door Giovani Silva, en de belangrijkste functie is "Refresh automatically pages on a selected interval of seconds or specific time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Reload IDT
Download Auto Reload IDT-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
Refresh automatically pages on a selected interval of seconds or specific time.
Basisinformatie over de Extensie
Naam | |
ID | fnkcgkngofnmodlbhmkfkloggnldomng |
Officiële URL | https://chrome.google.com/webstore/detail/auto-reload-idt/fnkcgkngofnmodlbhmkfkloggnldomng |
Beschrijving | Refresh automatically pages on a selected interval of seconds or specific time. |
Bestandsgrootte | 47.58 KB |
Aantal Installaties | 505 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2018-06-06 |
Publicatiedatum | 2018-06-06 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Giovani Silva |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Reload IDT", "description": "Refresh automatically pages on a selected interval of seconds or specific time.", "version": "1.0.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage" ], "browser_action": { "default_icon": "reloadBtn.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/inicialization.js", "scripts\/jquery.js", "scripts\/script.js" ] } ], "icons": { "16": "reloadBtn.png", "48": "reloadBtn.png", "128": "reloadBtn.png" }, "web_accessible_resources": [ "popup.html" ] } |