Omni World Timezone Map
A world day / night map and timezone converter with 100s of locations.
什么是Omni World Timezone Map?
Omni World Timezone Map是由Paul Noble开发的Chrome扩展程序,该扩展的主要功能是“A world day / night map and timezone converter with 100s of locations.”。
扩展截图
下载Omni World Timezone Map扩展crx文件
下载Omni World Timezone Map扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Timezone conversion made simple and beautiful with a customizable world day / night map that offers hundreds of locations to be added.
扩展基本信息
名称 | Omni World Timezone Map |
ID | lbmkcdphcmlokbdpgnjdpghmbednmhch |
官方URL | https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch |
简介 | A world day / night map and timezone converter with 100s of locations. |
文件大小 | 921 KB |
安装次数 | 774 |
当前版本 | 0.0.1 |
更新时间 | 2017-10-31 |
上架时间 | 2017-10-31 |
评分 | 3.83/5 共6次评分 |
开发者 | Paul Noble |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omni World Timezone Map", "description": "A world day \/ night map and timezone converter with 100s of locations.", "manifest_version": 2, "version": "0.0.1", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "page_action": { "default_icon": "icon48.png", "default_title": "Omni World Timezone Map" }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |