Many search engines
Select the search engine and find everything you need. Easy to use, there is a quick search.
什麼是Many search engines?
Many search engines是由svitolinalida88開發的Chrome擴展程式,該擴展的主要功能是“Select the search engine and find everything you need. Easy to use, there is a quick search.”。
擴展截圖
下載Many search engines擴展crx文件
下載Many search engines擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Install the extension and you get number of advantages over the other search engines! Many search engines does not track users, it is not loaded with ads and has a number of very nice features. 擴展基本資訊
| 名稱 | |
| ID | hkbdimhkhlphaekppobhboienpeppiop |
| 官方網址 | https://chromewebstore.google.com/detail/many-search-engines/hkbdimhkhlphaekppobhboienpeppiop |
| 簡介 | Select the search engine and find everything you need. Easy to use, there is a quick search. |
| 檔案大小 | 69.35 KB |
| 安裝次數 | 1,225 |
| 目前版本 | 1.0.7 |
| 更新時間 | 2018-06-01 |
| 上架時間 | 2018-06-01 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | svitolinalida88 |
| 付費類型 | free |
| 支援的語言 | en,ru,uk |
| manifest.json | |
{
"default_locale": "en",
"name": "__MSG_nameExt__",
"short_name": "__MSG_shortNameExt__",
"description": "__MSG_descriptionExt__",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"version": "1.0.7",
"background": {
"persistent": true,
"page": "background.html"
},
"browser_action": {
"default_title": "__MSG_nameExt__",
"default_icon": "icons\/icon32.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"styles\/content.css"
],
"js": [
"scripts\/extDev.js",
"scripts\/content.js"
]
}
],
"options_ui": {
"open_in_tab": false,
"page": "options.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"storage",
"webRequest",
"contextMenus",
"webRequestBlocking"
],
"web_accessible_resources": [
"images\/*.png"
],
"manifest_version": 2
} | |