iStart New Tab
Simple and practical start page
什么是iStart New Tab?
iStart New Tab是由wetabgroup开发的Chrome扩展程序,该扩展的主要功能是“Simple and practical start page”。
扩展截图
下载iStart New Tab扩展crx文件
下载iStart New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
iStart New Tab is a Simple and practical start page.
By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL.
Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html
Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html
Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html
About us: https://policies.extfans.com/policies/about/iStart-New-Tab.html 扩展基本信息
| 名称 | |
| ID | dihekmadkkcgnffajefocfamnpimlhah |
| 官方URL | https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah |
| 简介 | Simple and practical start page |
| 文件大小 | 19.58 KB |
| 安装次数 | 20,000 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2023-06-15 |
| 上架时间 | 2023-04-30 |
| 评分 | 4.60/5 共10次评分 |
| 开发者 | wetabgroup |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://policies.extfans.com/policies/privacy/iStart-New-Tab.html |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_icon": {
"128": "icons\/128.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"default_locale": "en",
"description": "__MSG_extdesc__",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png"
},
"manifest_version": 3,
"name": "__MSG_extname__",
"host_permissions": [
"https:\/\/*.istartnewtab.com\/",
"https:\/\/istartnewtab.com\/"
],
"permissions": [
"cookies"
],
"optional_permissions": [],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.6"
} | |