Clock Icon
Shows the time (hours and minutes) next to the omnibox.
什麼是Clock Icon?
Clock Icon是由https://nemrod.se開發的Chrome擴展程式,該擴展的主要功能是“Shows the time (hours and minutes) next to the omnibox.”。
擴展截圖
下載Clock Icon擴展crx文件
下載Clock Icon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A way to easily see the current time (and date by hovering) next to the omnibox.
擴展基本資訊
名稱 | Clock Icon |
ID | blpgdogcjmmkhendjpiilidbllpainfh |
官方網址 | https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh |
簡介 | Shows the time (hours and minutes) next to the omnibox. |
檔案大小 | 7.43 KB |
安裝次數 | 527 |
目前版本 | 1.1 |
更新時間 | 2013-06-19 |
上架時間 | 2013-06-19 |
評分 | 3.17/5 共 6 次評分 |
開發者 | https://nemrod.se |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://nemrod.se |
說明頁面URL | http://nemrod.se/chrome-extensions/clock-icon |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Icon", "version": "1.1", "manifest_version": 2, "description": "Shows the time (hours and minutes) next to the omnibox.", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "dd\/mm\/yyyy hh:mm" } } |