Age Counter
Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
Age Counter क्या है?
Age Counter Cody Daniels द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Age Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Customizations: - Name - Birthdate and time - Background gradient Background gradients: - Red - Orange - Yellow - Green - Light Blue - Dark Blue - Purple - Gray - Black - Random (one of the above gradients is chosen every time a new tab opens)
एक्सटेंशन की मूल जानकारी
नाम | Age Counter |
ID | opednjnkpnkdndkmaciahffknkefpnle |
आधिकारिक URL | https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle |
विवरण | Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places. |
फ़ाइल का आकार | 12.96 KB |
स्थापना संख्या | 2,170 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-07-15 |
प्रकाशन तिथि | 2017-07-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Cody Daniels |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Age Counter", "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.", "version": "1.1.0", "manifest_version": 2, "author": "Cody Daniels", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "offline_enabled": true, "browser_action": { "default_icon": "icon_128.png", "default_popup": "options.html" }, "options_page": "options.html", "permissions": [ "storage" ] } |