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 |
官方網址 | 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 |
電子郵箱 | [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" } } |