Original New Tab
Opens the original Chrome™ "New Tab"
什么是Original New Tab?
Original New Tab是由Oscar de Dios开发的Chrome扩展程序,该扩展的主要功能是“Opens the original Chrome™ "New Tab"”。
扩展截图
下载Original New Tab扩展crx文件
下载Original New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It Opens the Original Chrome™ New Tab.
Useful if you have installed some of the extensions that overrides the original new tab and you want to use momentarily the original chrome™ tab.
This extension shows the ACTUAL chrome™ new tab page, install only if you use another new tab extension.
Icons made www.flaticon.com/authors/robin-kylander, licensed by Creative Commons BY 3.0 扩展基本信息
| 名称 | |
| ID | lolhkjkbfeldmnjcbgifdbnjnokekpma |
| 官方URL | https://chromewebstore.google.com/detail/original-new-tab/lolhkjkbfeldmnjcbgifdbnjnokekpma |
| 简介 | Opens the original Chrome™ "New Tab" |
| 文件大小 | 168 KB |
| 安装次数 | 5,000 |
| 当前版本 | 2.3 |
| 更新时间 | 2017-06-15 |
| 上架时间 | 2017-06-15 |
| 评分 | 3.32/5 共50次评分 |
| 开发者 | Oscar de Dios |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.noteboardapp.com/policy |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Original New Tab",
"version": "2.3",
"manifest_version": 2,
"icons": {
"128": "extIcon128.png"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Original New Tab",
"default_icon": {
"19": "extIcon16.png",
"38": "extIcon32.png"
}
}
} | |