Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Motivation? क्या है?
Motivation? neilbedi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab extension inspired by the Motivation extension. Counts down not up."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Motivation? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |