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! 擴展基本資訊
| 名稱 | |
| ID | afenjmeaoeobpikeliigimidhakelggd |
| 官方網址 | 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"
]
} | |