needlles
clock for two
什麼是needlles?
needlles是由chabolab開發的Chrome擴展程式,該擴展的主要功能是“clock for two”。
擴展截圖
下載needlles擴展crx文件
下載needlles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a clock for separated two.
It indicates your time and someone who is in a different timezone.
The red arrow and fan-shaped area show the time and day/night of them.
For example, if the red arrow points at 10 O'clock and the starry sky background, it indicates 10 p.m. on their side.
A clock will be shown whenever you opened the Chrome web browser and open a new tab.
Timezone can be changed by pulldown list on the right bottom.
Awarded at 2014 HTML5 Japan Cup "Chrome Apps Category" 擴展基本資訊
| 名稱 | |
| ID | mmkbddghaokoagijoibnncdnjmnbkmob |
| 官方網址 | https://chromewebstore.google.com/detail/needlles/mmkbddghaokoagijoibnncdnjmnbkmob |
| 簡介 | clock for two |
| 檔案大小 | 3.13 MB |
| 安裝次數 | 28 |
| 目前版本 | 0.91 |
| 更新時間 | 2022-09-15 |
| 上架時間 | 2014-07-29 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | chabolab |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://5jcup.org/works/53b052b2b7a513374c0021d8 |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.91",
"chrome_url_overrides": {
"newtab": "blank.html"
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
}
} | |