Auto Refresh
Reload the web page automatically in the time interval that you want.
Wat is Auto Refresh?
Auto Refresh is een Chrome-extensie ontwikkeld door https://stni.pw, en de belangrijkste functie is "Reload the web page automatically in the time interval that you want.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Refresh
Download Auto Refresh-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
Reload web pages automatically in the time interval that you want.
A Shitian Ni Project Basisinformatie over de Extensie
| Naam | |
| ID | omcjgdddgjlioknfggaelopggehgfcea |
| Officiële URL | https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea |
| Beschrijving | Reload the web page automatically in the time interval that you want. |
| Bestandsgrootte | 43.26 KB |
| Aantal Installaties | 6,749 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2016-06-26 |
| Publicatiedatum | 2016-06-26 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://stni.pw |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Refresh",
"short_name": "Refresh",
"version": "1.0.6",
"manifest_version": 2,
"description": "Reload the web page automatically in the time interval that you want.",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"permissions": [
" | |