AutoRefresh+
Powerful timed refresh tool
Wat is AutoRefresh+?
AutoRefresh+ is een Chrome-extensie ontwikkeld door MichaelKeys, en de belangrijkste functie is "Powerful timed refresh tool".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoRefresh+
Download AutoRefresh+-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
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.
The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest! Basisinformatie over de Extensie
| Naam | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| Officiële URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| Beschrijving | Powerful timed refresh tool |
| Bestandsgrootte | 65.98 KB |
| Aantal Installaties | 659 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-11-04 |
| Publicatiedatum | 2018-11-04 |
| Ontwikkelaar | MichaelKeys |
| Betalingswijze | free |
| Extensiewebsite | https://bitbucket.org/MichaelKeys/autorefresh/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoRefresh+",
"version": "1.0",
"description": "Powerful timed refresh tool",
"permissions": [
"activeTab",
"alarms",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
}
},
"icons": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
},
"options_page": "options.html",
"manifest_version": 2
} | |