AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
什么是AnyTime?
AnyTime是由shaoruu开发的Chrome扩展程序,该扩展的主要功能是“Seamlessly convert time zones and add to your calendar with AnyTime.”。
扩展截图
下载AnyTime扩展crx文件
下载AnyTime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Converting time zones is a pain. So many websites, extensions, and confusions. Not with AnyTime. AnyTime is your go-to time converter that works perfectly with your workflow. ⏳ Convert Time - Highlight the time or open the extension 📆 Add to Calendar - Add to any of your calendar (Google, Apple, Yahoo, Outlook) 🔥 To help us improve, we would love to hear your feedback and any suggestions for future updates!
扩展基本信息
名称 | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
官方URL | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
简介 | Seamlessly convert time zones and add to your calendar with AnyTime. |
文件大小 | 2.01 MB |
安装次数 | 78 |
当前版本 | 0.0.2 |
更新时间 | 2020-10-18 |
上架时间 | 2020-10-12 |
评分 | 5.00/5 共1次评分 |
开发者 | shaoruu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnyTime", "short_name": "AnyTime", "version": "0.0.2", "description": "Seamlessly convert time zones and add to your calendar with AnyTime.", "manifest_version": 2, "icons": { "128": "logo.png" }, "browser_action": { "default_popup": "index.html", "default_title": "AnyTime Popup" }, "background": { "scripts": [ "\/static\/js\/background.js" ] }, "web_accessible_resources": [ "\/static\/css\/*.css", "\/static\/media\/*.png" ], "permissions": [ "storage", "contextMenus", "notifications", "geolocation" ] } |