multi-searches.com
search the web - new tab search
什麼是multi-searches.com?
multi-searches.com是由admin開發的Chrome擴展程式,該擴展的主要功能是“search the web - new tab search”。
擴展截圖
下載multi-searches.com擴展crx文件
下載multi-searches.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Multi-Searches is a simple and minimalist search new tab extension.
Multi-Searches - Clean and minimal new tab that allows you to search and navigate easily to your favourite, recently visited sites.
For more information please visit: https://multi-searches.com
Enjoy and please don't forget to leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the Multi-Searches Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://multi-searches.com/#terms privacy policy at https://multi-searches.com/#privacy_policy.
The extension will update your new-tab search engine to be provided by Bing. 擴展基本資訊
| 名稱 | |
| ID | ompmbcpalofeaelpfohpmpmjhjahgpbp |
| 官方網址 | https://chromewebstore.google.com/detail/multi-searchescom/ompmbcpalofeaelpfohpmpmjhjahgpbp |
| 簡介 | search the web - new tab search |
| 檔案大小 | 650 KB |
| 安裝次數 | 25,895 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2023-07-21 |
| 上架時間 | 2023-07-21 |
| 開發者 | admin |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://multi-searches.com/ |
| 說明頁面URL | https://multi-searches.com/#contact |
| 隱私政策頁面URL | https://shareswishes.com/policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "multi-searches.com",
"version": "1.0.2",
"manifest_version": 3,
"description": "search the web - new tab search",
"homepage_url": "https:\/\/multi-searches.com",
"action": {
"default_icon": {
"16": "img\/16.png",
"32": "img\/32.png",
"64": "img\/64.png"
}
},
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"64": "img\/64.png"
},
"background": {
"service_worker": "background\/runtime.js"
},
"chrome_url_overrides": {
"newtab": "static\/html\/main.html"
},
"permissions": [
"topSites",
"storage"
],
"short_name": "multi-searches"
} | |