Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
ما هو Motivation?؟
Motivation? هو إضافة Chrome تم تطويرها بواسطة neilbedi، والميزة الرئيسية لها هي "New tab extension inspired by the Motivation extension. Counts down not up.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Motivation?
قم بتنزيل ملفات الامتداد Motivation? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
معلومات أساسية عن التمديد
الاسم | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
الوصف | New tab extension inspired by the Motivation extension. Counts down not up. |
حجم الملف | 116 KB |
عدد التثبيتات | 124 |
النسخة الحالية | 0.2 |
آخر تحديث | 2015-07-13 |
تاريخ النشر | 2015-07-13 |
تقييم | 3.50/5 مجموع تقييمات 6 |
المطور | neilbedi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |