Time Zone Map & Converter
Check time zone by the most relevant cities and convert to your time.
Time Zone Map & Converter क्या है?
Time Zone Map & Converter admin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check time zone by the most relevant cities and convert to your time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Time Zone Map & Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check what time it is in the most relevant time zones in the world map and convert to your on time to easily schedule meetings and calls without confusion. With just 1 click you can check what is the time zone in New York City, London or Berlin from any website at any time.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jbjcggmiemaplfiecboolcciibkbdogn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/time-zone-map-converter/jbjcggmiemaplfiecboolcciibkbdogn |
विवरण | Check time zone by the most relevant cities and convert to your time. |
फ़ाइल का आकार | 402 KB |
स्थापना संख्या | 148 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2018-04-28 |
प्रकाशन तिथि | 2018-04-28 |
डेवलपर | admin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Zone Map & Converter", "version": "0.0.1", "manifest_version": 2, "description": "Check time zone by the most relevant cities and convert to your time.", "homepage_url": "http:\/\/www.pointerhub.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/*.cloudflare.com; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Time Zone Map & Converter", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "notifications", "tabs", "https:\/\/*\/*,http:\/\/*\/*" ], "omnibox": { "keyword": "Time Zone Map & Converter" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |