ADIMYL - A Day In MY Life
Each day of your life counts.
Wat is ADIMYL - A Day In MY Life?
ADIMYL - A Day In MY Life is een Chrome-extensie ontwikkeld door https://www.adimyl.com, en de belangrijkste functie is "Each day of your life counts.".
Extensie Screenshots
Download het CRX-bestand van de extensie ADIMYL - A Day In MY Life
Download ADIMYL - A Day In MY Life-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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.
Basisinformatie over de Extensie
Naam | ADIMYL - A Day In MY Life |
ID | kekilecjnbcdpciaompgkcpcjjhoicnj |
Officiële URL | https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj |
Beschrijving | Each day of your life counts. |
Bestandsgrootte | 502 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-01-13 |
Publicatiedatum | 2015-01-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.adimyl.com |
Betalingswijze | free |
Extensiewebsite | http://www.adimyl.com |
Ondersteunde Talen | 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\/*" ] } } |