Simple Clock
A simple and efficient clock which can be used for productivity.
什麼是Simple Clock?
Simple Clock是由Flare Devs開發的Chrome擴展程式,該擴展的主要功能是“A simple and efficient clock which can be used for productivity.”。
擴展截圖
下載Simple Clock擴展crx文件
下載Simple Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.
擴展基本資訊
名稱 | |
ID | fngkigemfllijjloedplghepagidclef |
官方網址 | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
簡介 | A simple and efficient clock which can be used for productivity. |
檔案大小 | 32.27 KB |
安裝次數 | 20 |
目前版本 | 1.0.0 |
更新時間 | 2019-05-24 |
上架時間 | 2019-05-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Flare Devs |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/clock128.png" }, "icons": { "16": "icons\/clock16.png", "32": "icons\/clock32.png", "48": "icons\/clock48.png", "128": "icons\/clock128.png" }, "name": " Simple Clock", "version": "1.0.0", "description": " A simple and efficient clock which can be used for productivity.", "manifest_version": 2, "offline_enabled": true, "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'", "permissions": [ "activeTab" ] } |