Local Time - Automatic Time Zone Converter
Automatically converts and replaces time in the websites you visit by your local time.
Local Time - Automatic Time Zone Converter क्या है?
Local Time - Automatic Time Zone Converter https://www.xhevi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically converts and replaces time in the websites you visit by your local time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Local Time - Automatic Time Zone Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will try to automatically detect, convert and replace any time shown on the webpages you visit with your local time. Normally you need to copy the time, paste it on google, or other third-party website to convert the time, which sucks. With this extensions, you don't need to do anything, the converted time, just shows in-place, instead of the original one. Also you don't need to set-up anything beforehand, it's automatic. Currently the extension support mostly US time conversion to your local time, but more timezones will be added soon. Also we plan to add an option to show back the original time when you click on the replaced time. Please expect common updates of the extensions allowing for it improvement soon. This extension does not add any icons to your browser. Go to Chrome Options - Tools - Extensions menu and find Local Time.
एक्सटेंशन की मूल जानकारी
नाम | Local Time - Automatic Time Zone Converter |
ID | jkmnfhflkgcekodgohnkcmecndbghigp |
आधिकारिक URL | https://chromewebstore.google.com/detail/local-time-automatic-time/jkmnfhflkgcekodgohnkcmecndbghigp |
विवरण | Automatically converts and replaces time in the websites you visit by your local time. |
फ़ाइल का आकार | 132 KB |
स्थापना संख्या | 1,431 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2022-04-01 |
प्रकाशन तिथि | 2016-02-08 |
रेटिंग | 4.31/5 कुल 36 रेटिंग्स |
डेवलपर | https://www.xhevi.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,vi,tr,es,it,cs,el,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.5", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.2.min.js", "date.js", "jquery.ba-replacetext.js", "mytime.js" ] } ], "permissions": [], "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |