Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Good Times - Time Zone Clocks क्या है?
Good Times - Time Zone Clocks scottschafferdesign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser button that displays time zone clocks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Good Times - Time Zone Clocks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.
एक्सटेंशन की मूल जानकारी
नाम | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
विवरण | Browser button that displays time zone clocks |
फ़ाइल का आकार | 192 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2021-04-16 |
प्रकाशन तिथि | 2021-04-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | scottschafferdesign |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Good Times - Time Zone Clocks", "version": "2.1", "description": "Browser button that displays time zone clocks", "author": "Scott Schaffer", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Good Times" }, "permissions": [ "storage" ] } |