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 |
| 官方URL | 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"
]
} | |