Digital clock for Google Chrome ™
Simple digital clock with a flat design for Google Chrome.
什么是Digital clock for Google Chrome ™?
Digital clock for Google Chrome ™是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple digital clock with a flat design for Google Chrome.”。
扩展截图
下载Digital clock for Google Chrome ™扩展crx文件
下载Digital clock for Google Chrome ™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple digital clock with flat design 扩展基本信息
| 名称 | |
| ID | acfdaegeamfpfefenlgcbfahcdnohgpp |
| 官方URL | https://chromewebstore.google.com/detail/digital-clock-for-google/acfdaegeamfpfefenlgcbfahcdnohgpp |
| 简介 | Simple digital clock with a flat design for Google Chrome. |
| 文件大小 | 637 KB |
| 安装次数 | 393 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2019-08-08 |
| 上架时间 | 2019-08-08 |
| 评分 | 2.50/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | de,en,en-GB,en-US,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"offline_enabled": true,
"short_name": "__MSG_shortname__",
"version": "0.0.0.1"
} | |