Page Auto Refresher
Simple & Easy. Give your hands a rest!
Cos'è Page Auto Refresher?
Page Auto Refresher è un'estensione di Chrome sviluppata da yongwoonyo, e la sua funzione principale è "Simple & Easy. Give your hands a rest!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Auto Refresher
Scarica i file di estensione Page Auto Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!
---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked. Informazioni di Base sull'Estensione
| Nome | |
| ID | lbnaaiagjdnialejpejfbiofmdceakjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd |
| Descrizione | Simple & Easy. Give your hands a rest! |
| Dimensione del File | 9.29 KB |
| Conteggio Installazioni | 2,090 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-06-30 |
| Data di Pubblicazione | 2015-06-30 |
| Valutazione | 4.04/5 Totale 24 Valutazioni |
| Sviluppatore | yongwoonyo |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Page Auto Refresher",
"version": "1.2",
"description": "Simple & Easy. Give your hands a rest!",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_icon": "icon_d.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |