Nixie Tube Clock [ANTP]
Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
什么是Nixie Tube Clock [ANTP]?
Nixie Tube Clock [ANTP]是由nkmry开发的Chrome扩展程序,该扩展的主要功能是“Clock widget with nixie tubes for Awesome New Tab Page [ANTP].”。
扩展截图
下载Nixie Tube Clock [ANTP]扩展crx文件
下载Nixie Tube Clock [ANTP]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a widget for the Chrome extension "Awesome New Tab Page (ANTP)".
If you'd like to use this widget, you must also install ANTP. You can find it here:
https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg 扩展基本信息
| 名称 | |
| ID | dagaalagaodlhbfofnbennmndepdgjlb |
| 官方URL | https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb |
| 简介 | Clock widget with nixie tubes for Awesome New Tab Page [ANTP]. |
| 文件大小 | 4.77 MB |
| 安装次数 | 79 |
| 当前版本 | 0.3.2 |
| 更新时间 | 2014-04-14 |
| 上架时间 | 2014-04-14 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | nkmry |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nixie Tube Clock [ANTP]",
"description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
"version": "0.3.2",
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"widget.html",
"options.html"
],
"icons": {
"128": "img\/icon128.png"
}
} | |