Clock on Top
A Clock that displays on top of each website
Clock on Topとは何ですか?
Clock on Topはjackandamydevによって開発されたChromeの拡張機能で、その主な機能は「A Clock that displays on top of each website」です。
拡張機能のスクリーンショット
Clock on Top拡張機能のCRXファイルをダウンロード
Clock on Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever get lost in time while browsing the internet? Love using Chrome in full screen but miss looking at the clock? Not anymore! With Clock on Top the current time will be visible in all your websites. Simply add the extension, and you will see the time on the bottom right corner. More features coming soon...
拡張機能の基本情報
名前 | Clock on Top |
ID | gdeckkgddeepgggbjififpekknbpkfak |
公式URL | https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak |
説明 | A Clock that displays on top of each website |
ファイルサイズ | 38.7 KB |
インストール数 | 62 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-08 |
公開日 | 2020-07-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jackandamydev |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://jackandamydev.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clock on Top", "description": "A Clock that displays on top of each website", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "roboto.css", "content.css" ] } ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |