simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
simpleClockとは何ですか?
simpleClockはStefan Dietzによって開発されたChromeの拡張機能で、その主な機能は「Shows a simple clock top right in the browser. The color is free selectable.」です。
拡張機能のスクリーンショット
simpleClock拡張機能のCRXファイルをダウンロード
simpleClock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
拡張機能の基本情報
名前 | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
公式URL | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
説明 | Shows a simple clock top right in the browser. The color is free selectable. |
ファイルサイズ | 133 KB |
インストール数 | 1,000 |
現在のバージョン | 2.3 |
最終更新日 | 2021-08-31 |
公開日 | 2013-01-05 |
評価 | 4.57/5 合計 7 レビュー |
開発者 | Stefan Dietz |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/sdvg/simpleClock_v2/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |