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 |
| 公式URL | 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 |
| Eメール | [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'"
}
} | |