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開發的Chrome擴展程式,該擴展的主要功能是“Check time zone by the most relevant cities and convert to your time.”。
擴展截圖
下載Time Zone Map & Converter擴展crx文件
下載Time Zone Map & Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |