Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Countdown क्या है?
Countdown Alan Chen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "“If you live each day as if it were your last, someday you’ll most certainly be right.”"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Countdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion. Good Luck. This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts. Thank you to Awesome Fonts for providing the icons.
एक्सटेंशन की मूल जानकारी
नाम | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
आधिकारिक URL | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
विवरण | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
फ़ाइल का आकार | 607 KB |
स्थापना संख्या | 384 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-09-19 |
प्रकाशन तिथि | 2016-09-19 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | Alan Chen |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d", "version": "1.1", "incognito": "split", "background": { "persistent": false, "scripts": [ "countdown.js" ] }, "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "chrome_url_overrides": { "newtab": "countdown.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |