Clock for Google Chrome™
An analogue clock in the toolbar!
Clock for Google Chrome™ क्या है?
Clock for Google Chrome™ https://clockforchrome.appspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An analogue clock in the toolbar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clock for Google Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This very simple extension places a small analogue clock next to the address box. Simple as that. You can add a digital clock, change the colours, add reminders with alerts and there is a full calendar to see if you click the clock, and a full screen clock too... ... or do none of those and simply use the clock as it is. The choice is yours. All your settings are securely synchronised to all the computers that you use this extension on. For help and support, take a look at the support pages at ab00a.github.io/clockforgooglechrome Clock for Google Chrome™ is available in lots of languages.
एक्सटेंशन की मूल जानकारी
नाम | Clock for Google Chrome™ |
ID | emakkfldeggiinnfcdjkakdfcppbfhdg |
आधिकारिक URL | https://chromewebstore.google.com/detail/clock-for-google-chrome/emakkfldeggiinnfcdjkakdfcppbfhdg |
विवरण | An analogue clock in the toolbar! |
फ़ाइल का आकार | 348 KB |
स्थापना संख्या | 178,256 |
वर्तमान संस्करण | 2.2.0.2 |
अंतिम अपडेट | 2023-03-05 |
प्रकाशन तिथि | 2019-08-01 |
रेटिंग | 4.25/5 कुल 1004 रेटिंग्स |
डेवलपर | https://clockforchrome.appspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://clockforchrome.appspot.com/site/index.html |
सहायता पृष्ठ URL | https://clockforchrome.appspot.com/site/index.html |
गोपनीयता नीति पृष्ठ URL | https://clockforchrome.appspot.com/site/privacy.html |
समर्थित भाषाएँ | id,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "description": "__MSG_extensionDescription__", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "name": "__MSG_extensionName__", "options_page": "html\/options.html", "offline_enabled": true, "permissions": [ "notifications", "storage", "alarms", "offscreen", "idle" ], "version": "2.2.0.2", "short_name": "__MSG_extensionName__", "minimum_chrome_version": "109", "action": { "default_title": "__MSG_extensionName__", "default_popup": "html\/popup.html" } } |