0x23CLOCK
Pretty Clock
0x23CLOCKとは何ですか?
0x23CLOCKはtouchyによって開発されたChromeの拡張機能で、その主な機能は「Pretty Clock」です。
拡張機能のスクリーンショット
0x23CLOCK拡張機能のCRXファイルをダウンロード
0x23CLOCK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A nifty clock that changes the color of the page to the hex color of time. Toggle Full Screen: 'F' based off: http://www.jacopocolo.com/hexclock/#. Source: https://github.com/seanstar12/0x23CLOCK
拡張機能の基本情報
名前 | |
ID | lipgkofjhgkedpbcnchdhcfjgdagfpio |
公式URL | https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio |
説明 | Pretty Clock |
ファイルサイズ | 86.61 KB |
インストール数 | 286 |
現在のバージョン | 0.1.2 |
最終更新日 | 2014-06-20 |
公開日 | 2014-06-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | touchy |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "0x23CLOCK", "version": "0.1.2", "manifest_version": 2, "description": "Pretty Clock", "icons": { "128": "images\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/iconPage.png" }, "permissions": [ "tabs", "background" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "clock.html" ] } |