Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Beautiful Digital Clock with Greetings क्या है?
Beautiful Digital Clock with Greetings Naruth Kongurai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful new tab page that displays a digital 12-hour format clock."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beautiful Digital Clock with Greetings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
आधिकारिक URL | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
विवरण | A beautiful new tab page that displays a digital 12-hour format clock. |
फ़ाइल का आकार | 55.11 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-09-25 |
प्रकाशन तिथि | 2018-09-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Naruth Kongurai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.naruthk.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |