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 |
| 公式URL | 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
} | |