Resolute: New Years Resolution Revolver
This extension allows you to keep your resolutions intact, beautifully.
Cos'è Resolute: New Years Resolution Revolver?
Resolute: New Years Resolution Revolver è un'estensione di Chrome sviluppata da http://findfocus.co, e la sua funzione principale è "This extension allows you to keep your resolutions intact, beautifully.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Resolute: New Years Resolution Revolver
Scarica i file di estensione Resolute: New Years Resolution Revolver 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
Informazioni di Base sull'Estensione
Nome | |
ID | ahehdhkbmhckjljgcdfeobedhgbceeen |
URL Ufficiale | https://chrome.google.com/webstore/detail/resolute-new-years-resolu/ahehdhkbmhckjljgcdfeobedhgbceeen |
Descrizione | This extension allows you to keep your resolutions intact, beautifully. |
Dimensione del File | 7.21 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-01-06 |
Data di Pubblicazione | 2015-01-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://findfocus.co |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://findfocus.co |
URL della Pagina di Aiuto | http://findfocus.co |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Resolute: New Years Resolution Revolver", "description": "This extension allows you to keep your resolutions intact, beautifully.", "version": "1.0", "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "images\/icon128.png" ] } |