ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Cos'è ReLoader?
ReLoader è un'estensione di Chrome sviluppata da Alister Zhao, e la sua funzione principale è "Easy reload the current tab without any cached data. Works with iFrame too.".
Scarica il file CRX dell'estensione ReLoader
Scarica i file di estensione ReLoader 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
Easily reload the current tab content without any cache data. Works with iFrame too.
Informazioni di Base sull'Estensione
Nome | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL Ufficiale | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Descrizione | Easy reload the current tab without any cached data. Works with iFrame too. |
Dimensione del File | 8.67 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-01-09 |
Data di Pubblicazione | 2015-01-09 |
Sviluppatore | Alister Zhao |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |