Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
什么是Presearch.com Start With Us?
Presearch.com Start With Us是由https://presearch.com开发的Chrome扩展程序,该扩展的主要功能是“Set Chrome's Homepage and New Tab page to Presearch.com”。
扩展截图
下载Presearch.com Start With Us扩展crx文件
下载Presearch.com Start With Us扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to set your browser homepage to presearch.com 扩展基本信息
| 名称 | |
| ID | fbknefhkjhbolemlchjhacbgckdjggod |
| 官方URL | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
| 简介 | Set Chrome's Homepage and New Tab page to Presearch.com |
| 文件大小 | 24.85 KB |
| 安装次数 | 37,200 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2022-06-07 |
| 上架时间 | 2018-01-26 |
| 评分 | 4.63/5 共195次评分 |
| 开发者 | https://presearch.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://presearch.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Presearch.com Start With Us",
"description": "Set Chrome's Homepage and New Tab page to Presearch.com",
"version": "1.0.3",
"homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.presearch.com\/*"
],
"css": [
"assets\/popup-visibility.css"
],
"js": [
"assets\/popup-visibility.js"
],
"run_at": "document_start"
}
],
"permissions": [
"*:\/\/*.presearch.com\/*"
],
"chrome_settings_overrides": {
"homepage": "https:\/\/presearch.com\/?utm_source=extcr",
"startup_pages": [
"https:\/\/presearch.com\/?utm_source=extcr"
]
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |