Refresh 'Em All
Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Cos'è Refresh 'Em All?
Refresh 'Em All è un'estensione di Chrome sviluppata da Ciantic, e la sua funzione principale è "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refresh 'Em All
Scarica i file di estensione Refresh 'Em All 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
Refresh or reload all tabs in current window. No new functionality will be ever introduced. Icon changes may come in future, if necessary.
Informazioni di Base sull'Estensione
Nome | Refresh 'Em All |
ID | iaoghbeamaalcgoembjppfekhelajipd |
URL Ufficiale | https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd |
Descrizione | Refresh all tabs in Current Window. Whopping seven lines of code — no crap. |
Dimensione del File | 21.65 KB |
Conteggio Installazioni | 610 |
Versione Corrente | 0.9.2 |
Ultimo Aggiornamento | 2014-11-02 |
Data di Pubblicazione | 2014-11-02 |
Valutazione | 4.73/5 Totale 15 Valutazioni |
Sviluppatore | Ciantic |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh 'Em All", "version": "0.9.2", "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "48": "app.png", "128": "app.png" }, "browser_action": { "default_icon": "action.png", "default_title": "Refresh all tabs in this window" } } |