時計
時間を忘れないための時計
What is 時計?
時計 is a Chrome extension developed by みやけむし, and its main feature is "時間を忘れないための時計".
Extension Screenshots
Download 時計 Extension CRX File
Download 時計 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ツールバーの時計に加えて、閲覧しているページにも時刻が数秒間表示されます。 2.00 マニフェストVer2対応
Extension Basic Information
Name | |
ID | lbcopfodinnikhbkjedmjncmhhcdjnef |
Official URL | https://chromewebstore.google.com/detail/%E6%99%82%E8%A8%88/lbcopfodinnikhbkjedmjncmhhcdjnef |
Description | 時間を忘れないための時計 |
File Size | 24.38 KB |
Installation Count | 194 |
Current Version | 2.0.0 |
Last Updated | 2013-09-29 |
Publish Date | 2013-09-28 |
Rating | 4.40/5 Total 5 Ratings |
Developer | みやけむし |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6642\u8a08", "version": "2.0.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "\u6642\u9593\u3092\u5fd8\u308c\u306a\u3044\u305f\u3081\u306e\u6642\u8a08", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "options_page": "options.html", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "permissions": [ "tabs" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ] } |