RefreshMint
RefreshMint is an open source auto refresh extension for chrome
Cos'è RefreshMint?
RefreshMint è un'estensione di Chrome sviluppata da shomaster, e la sua funzione principale è "RefreshMint is an open source auto refresh extension for chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RefreshMint
Scarica i file di estensione RefreshMint 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
RefreshMint allows you to easily setup Auto Refresh on a per tab interval basis. Features: - Setup auto refresh intervals on a Per Tab basis. - Extension icon text shows time remaining before refresh on a per tab basis. Don't forget to checkout and contribute to this extension on GitHub.
Informazioni di Base sull'Estensione
Nome | |
ID | keagimalhkfnoikiaegldkhnhgealick |
URL Ufficiale | https://chrome.google.com/webstore/detail/refreshmint/keagimalhkfnoikiaegldkhnhgealick |
Descrizione | RefreshMint is an open source auto refresh extension for chrome |
Dimensione del File | 24.65 KB |
Conteggio Installazioni | 255 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-26 |
Data di Pubblicazione | 2015-07-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | shomaster |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/shomaster/RefreshMint |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RefreshMint", "description": "RefreshMint is an open source auto refresh extension for chrome", "version": "1.0", "icons": { "16": "refreshmint_16.png", "32": "refreshmint_32.png", "48": "refreshmint_48.png", "128": "refreshmint_128.png" }, "browser_action": { "default_icon": [], "default_title": "RefreshMint", "default_popup": "RefreshMint_popup.html" }, "permissions": [ "activeTab", "tabs", "alarms", "background" ], "background": { "scripts": [ "RefreshMint_state.js" ] } } |