Presearch.com Search With Us
Set your browser's default search to use Presearch.com
什麼是Presearch.com Search With Us?
Presearch.com Search With Us是由https://presearch.com開發的Chrome擴展程式,該擴展的主要功能是“Set your browser's default search to use Presearch.com”。
擴展截圖
下載Presearch.com Search With Us擴展crx文件
下載Presearch.com Search With Us擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows users to search Presearch.com using the browser's address bar. 擴展基本資訊
| 名稱 | |
| ID | inpoelmimmiplkcldmdljiboidfkcfbh |
| 官方網址 | https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh |
| 簡介 | Set your browser's default search to use Presearch.com |
| 檔案大小 | 19.4 KB |
| 安裝次數 | 129,668 |
| 目前版本 | 1.8 |
| 更新時間 | 2023-09-04 |
| 上架時間 | 2019-03-27 |
| 評分 | 4.36/5 共 154 次評分 |
| 開發者 | https://presearch.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Presearch.com Search With Us",
"description": "Set your browser's default search to use Presearch.com",
"version": "1.8",
"homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.presearch.com\/*"
],
"js": [
"assets\/send-message.js"
]
}
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Presearch",
"keyword": "Presearch.com",
"search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}",
"favicon_url": "https:\/\/www.presearch.com\/favicon.ico",
"encoding": "UTF-8",
"is_default": true,
"suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}"
}
}
} | |