时钟
一款内置于浏览器的时钟插件。
What is 时钟?
时钟 is a Chrome extension developed by adsaferz, and its main feature is "一款内置于浏览器的时钟插件。".
Extension Screenshots
Download 时钟 Extension CRX File
Download 时钟 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一款内置于浏览器的时钟插件。在浏览器中内置一个拟物的时钟挂件,让用户能更直观的查看时间。 Extension Basic Information
| Name | |
| ID | aifcbnhlgmkhijifclagogfeimmclngf |
| Official URL | https://chrome.google.com/webstore/detail/%E6%97%B6%E9%92%9F/aifcbnhlgmkhijifclagogfeimmclngf |
| Description | 一款内置于浏览器的时钟插件。 |
| File Size | 60.21 KB |
| Installation Count | 26 |
| Current Version | 1.2.55 |
| Last Updated | 2017-06-27 |
| Publish Date | 2017-06-27 |
| Developer | adsaferz |
| [email protected] | |
| Payment Type | free |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"jquery.min.js",
"md5.js",
"ini.js",
"back.js",
"bg.js"
]
},
"name": "__MSG_zname__",
"browser_action": {
"default_icon": "img\/128.png",
"default_title": "__MSG_zname__",
"default_popup": "pop.html"
},
"description": "__MSG_zdesc__",
"icons": {
"128": "img\/128.png",
"16": "img\/16.png",
"48": "img\/48.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage",
"tabs",
"unlimitedStorage",
"management"
],
"offline_enabled": true,
"default_locale": "zh_CN",
"version": "1.2.55",
"manifest_version": 2
} | |