Toolbar Clock CE-7
Show the current time on toolbar and small calendar on popup window.
Toolbar Clock CE-7とは何ですか?
Toolbar Clock CE-7はhttps://www.styleseven.comによって開発されたChromeの拡張機能で、その主な機能は「Show the current time on toolbar and small calendar on popup window.」です。
拡張機能のスクリーンショット
Toolbar Clock CE-7拡張機能のCRXファイルをダウンロード
Toolbar Clock CE-7拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press on the extension button to show popup window. Click on date picker to show calendar.
Use "Options" dialog to switch Am/Pm mode to off or select font color. 拡張機能の基本情報
| 名前 | |
| ID | blmjmiddomienmbjkijkgdohhfhclpjc |
| 公式URL | https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc |
| 説明 | Show the current time on toolbar and small calendar on popup window. |
| ファイルサイズ | 14.93 KB |
| インストール数 | 1,970 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2015-10-19 |
| 公開日 | 2015-10-19 |
| 評価 | 4.05/5 合計 21 レビュー |
| 開発者 | https://www.styleseven.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.styleseven.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Toolbar Clock CE-7",
"version": "2.1",
"background": {
"scripts": [
"base.js"
]
},
"description": "Show the current time on toolbar and small calendar on popup window.",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"manifest_version": 2
} | |