Light New Tab
Replacement for new tab. Simple speed dial.
什么是Light New Tab?
Light New Tab是由Sergey Bevzuk开发的Chrome扩展程序,该扩展的主要功能是“Replacement for new tab. Simple speed dial.”。
扩展截图
下载Light New Tab扩展crx文件
下载Light New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New tab.
Simple new speed dial. 扩展基本信息
| 名称 | |
| ID | jidjbblfjpmmcpgbekffklbafbpoghmk |
| 官方URL | https://chromewebstore.google.com/detail/light-new-tab/jidjbblfjpmmcpgbekffklbafbpoghmk |
| 简介 | Replacement for new tab. Simple speed dial. |
| 文件大小 | 106 KB |
| 安装次数 | 77 |
| 当前版本 | 0.6 |
| 更新时间 | 2014-03-02 |
| 上架时间 | 2014-03-02 |
| 评分 | 3.44/5 共9次评分 |
| 开发者 | Sergey Bevzuk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
| 帮助页面URL | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "ru",
"version": "0.6",
"incognito": "split",
"background": {
"persistent": true,
"scripts": [
"core\/bg.js"
]
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "templates\/tab.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |