AutoRefresh+
Powerful timed refresh tool
Qu'est-ce que AutoRefresh+ ?
AutoRefresh+ est une extension Chrome développée par MichaelKeys, et sa fonction principale est "Powerful timed refresh tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoRefresh+
Téléchargez les fichiers d'extension AutoRefresh+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! Informations de Base sur l'Extension
| Nom | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| URL Officiel | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| Description | Powerful timed refresh tool |
| Taille du Fichier | 65.98 KB |
| Nombre d'Installations | 659 |
| Version Actuelle | 1.0 |
| Dernière Mise à Jour | 2018-11-04 |
| Date de Publication | 2018-11-04 |
| Développeur | MichaelKeys |
| Type de Paiement | free |
| Site Web de l'Extension | https://bitbucket.org/MichaelKeys/autorefresh/ |
| Langues Prises en Charge | 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
} | |