ADIMYL - A Day In MY Life
Each day of your life counts.
Cos'è ADIMYL - A Day In MY Life?
ADIMYL - A Day In MY Life è un'estensione di Chrome sviluppata da https://www.adimyl.com, e la sua funzione principale è "Each day of your life counts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ADIMYL - A Day In MY Life
Scarica i file di estensione ADIMYL - A Day In MY Life 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
"Most people overestimate what they can do in one year and underestimate what they can do in ten years." - Bill Gates We help you to track your progress each day and use it for motivation to achieve more next day. Nothing motivates us more than our own actions. Today's progress is motivation for tomorrow.
Informazioni di Base sull'Estensione
Nome | ADIMYL - A Day In MY Life |
ID | kekilecjnbcdpciaompgkcpcjjhoicnj |
URL Ufficiale | https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj |
Descrizione | Each day of your life counts. |
Dimensione del File | 502 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-01-13 |
Data di Pubblicazione | 2015-01-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.adimyl.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.adimyl.com |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "jquery-1.9.1.min.js", "helper.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Each Day Counts" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Each day of your life counts.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "ADIMYL - A Day In MY Life", "permissions": [ "storage", "http:\/\/adimyl.herokuapp.com\/" ], "options_page": "options.html", "short_name": "ADIMYL - Each Day Counts", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "externally_connectable": { "matches": [ "*:\/\/adimyl.com\/*" ] } } |