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