World Clock
See multiple world clocks in toolbar popup!
World Clock क्या है?
World Clock Sevina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See multiple world clocks in toolbar popup!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में World Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
World Clock is an add-on that lets you render world clocks in your browser toolbar popup. Simply add as many clocks as you want from the drop-down menu in the popup. Please note that currently, 34 items are available to choose from. Before adding any item, you can set the daylight-saving value as well (i.e. -1, 0, and +1). Items in the toolbar popup are draggable, so you can drag them to your desired position; all changes are auto-saved to the memory. By default, 9 items are added to the toolbar popup, but you can remove them at any time by clicking on the cross-sign next to each item (remove button at the top-right corner). If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/world-clock.html).
एक्सटेंशन की मूल जानकारी
नाम | World Clock |
ID | lpbilbknafkkhbnpnjhacgjfddebhlmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/world-clock/lpbilbknafkkhbnpnjhacgjfddebhlmj |
विवरण | See multiple world clocks in toolbar popup! |
फ़ाइल का आकार | 61.49 KB |
स्थापना संख्या | 727 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2023-11-19 |
प्रकाशन तिथि | 2018-12-15 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Sevina |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/world-clock.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/world-clock.html |
गोपनीयता नीति पृष्ठ URL | https://mybrowseraddon.com/privacy-policy/developer/sevina.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "name": "World Clock", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage", "contextMenus" ], "description": "See multiple world clocks in toolbar popup!", "homepage_url": "https:\/\/mybrowseraddon.com\/world-clock.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "World Clock", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |