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