New tab speeddial v2
Personal new tab page v2
什么是New tab speeddial v2?
New tab speeddial v2是由@rubix开发的Chrome扩展程序,该扩展的主要功能是“Personal new tab page v2”。
扩展截图
下载New tab speeddial v2扩展crx文件
下载New tab speeddial v2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 2 of my famous new tab extension. Links are not editable, feel free to fork the code https://github.com/rub1/startpage-v2 扩展基本信息
| 名称 | |
| ID | iekhhppnomnclfcchdlfnlnfmdlbfono |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-speeddial-v2/iekhhppnomnclfcchdlfnlnfmdlbfono |
| 简介 | Personal new tab page v2 |
| 文件大小 | 9.2 KB |
| 安装次数 | 161 |
| 当前版本 | 2.2.0 |
| 更新时间 | 2019-04-06 |
| 上架时间 | 2019-04-06 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | @rubix |
| 付费类型 | free |
| 扩展官网 | https://github.com/rub1/startpage-v2 |
| 帮助页面URL | https://github.com/rub1/startpage-v2/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New tab speeddial v2",
"short_name": "NTSpeed2",
"description": "Personal new tab page v2",
"version": "2.2.0",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"tabs",
"topSites"
],
"minimum_chrome_version": "29",
"web_accessible_resources": [
"index.html",
"css\/style.css"
]
} | |