timee
Convert date and time to your time zone with timee.io
什么是timee?
timee是由https://timee.io开发的Chrome扩展程序,该扩展的主要功能是“Convert date and time to your time zone with timee.io”。
扩展截图
下载timee扩展crx文件
下载timee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
扩展基本信息
名称 | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
官方URL | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
简介 | Convert date and time to your time zone with timee.io |
文件大小 | 10.32 KB |
安装次数 | 637 |
当前版本 | 1.1 |
更新时间 | 2021-04-22 |
上架时间 | 2020-05-04 |
评分 | 5.00/5 共4次评分 |
开发者 | https://timee.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://timee.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |