DateTime new tab page
Override the new tab page with time and date
DateTime new tab page क्या है?
DateTime new tab page Meosit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Override the new tab page with time and date"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DateTime new tab page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)
एक्सटेंशन की मूल जानकारी
नाम | DateTime new tab page |
ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
आधिकारिक URL | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
विवरण | Override the new tab page with time and date |
फ़ाइल का आकार | 24.6 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2024-02-16 |
प्रकाशन तिथि | 2018-10-02 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Meosit |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DateTime new tab page", "description": "Override the new tab page with time and date", "version": "1.0.0", "permissions": [ "storage" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |