World Clock Toolbar
EASY to access on your toolbar with a list of country that you visit often at a glance.
World Clock Toolbar क्या है?
World Clock Toolbar davidjutegsn911 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EASY to access on your toolbar with a list of country that you visit often at a glance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में World Clock Toolbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
EASY to access on your toolbar with a list of country that you visit often at a glance. FEATURE extended world clock from city to every country. DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference. SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country. Feel free to share your opinion, ideas and requests.
एक्सटेंशन की मूल जानकारी
नाम | World Clock Toolbar |
ID | kkppmdakhdcgoidhmoegcnbmboljojom |
आधिकारिक URL | https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom |
विवरण | EASY to access on your toolbar with a list of country that you visit often at a glance. |
फ़ाइल का आकार | 2.76 MB |
स्थापना संख्या | 1,678 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-07-08 |
प्रकाशन तिथि | 2020-11-10 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | davidjutegsn911 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://world-clock-list.web.app/privacypolicy.html |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock Toolbar", "version": "1.2", "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" } }, "icons": { "16": "images\/earthclock_16.png", "32": "images\/earthclock_32.png", "48": "images\/earthclock_48.png", "128": "images\/earthclock_128.png" }, "manifest_version": 2 } |