Neon New Tab
Overrides new tab page with a neon clock and temperature display
什么是Neon New Tab?
Neon New Tab是由Mikołaj Zyzański开发的Chrome扩展程序,该扩展的主要功能是“Overrides new tab page with a neon clock and temperature display”。
扩展截图
下载Neon New Tab扩展crx文件
下载Neon New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display!
Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed 扩展基本信息
| 名称 | |
| ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
| 官方URL | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
| 简介 | Overrides new tab page with a neon clock and temperature display |
| 文件大小 | 2.8 MB |
| 安装次数 | 17 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2019-05-05 |
| 上架时间 | 2019-05-05 |
| 开发者 | Mikołaj Zyzański |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Redseb/neonClock |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Neon New Tab",
"description": "Overrides new tab page with a neon clock and temperature display",
"version": "0.0.2",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"geolocation"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "images\/icon48.png"
}
} | |