Try another search engine
Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results
Try another search engineとは何ですか?
Try another search engineはSoustruhによって開発されたChromeの拡張機能で、その主な機能は「Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results」です。
拡張機能のスクリーンショット
Try another search engine拡張機能のCRXファイルをダウンロード
Try another search engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results
- This addon collects anonymous data about switching search engines (including query and source/target search engine).
- This behaviour can be turned off.
- The data collected do not include any information that could be used to identify users. 拡張機能の基本情報
| 名前 | |
| ID | gdkoeanholjahpfalimchapbhllmnmhn |
| 公式URL | https://chromewebstore.google.com/detail/try-another-search-engine/gdkoeanholjahpfalimchapbhllmnmhn |
| 説明 | Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results |
| ファイルサイズ | 20.26 KB |
| インストール数 | 46 |
| 現在のバージョン | 0.9.1 |
| 最終更新日 | 2022-07-25 |
| 公開日 | 2018-06-18 |
| 開発者 | Soustruh |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://krasty.sbeta.cz/hr-nice/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Try another search engine",
"version": "0.9.1",
"description": "Allows quick cycling through predefined search engines (Seznam \ud83d\udc36, Google, Bing & DuckDuckGo \ud83e\udd86) results",
"icons": {
"48": "icons\/ses_48.png"
},
"background": {
"scripts": [
"src\/common\/restoreOptions.js",
"src\/background\/background.js",
"src\/background\/http.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/search.seznam.cz\/*",
"*:\/\/www.bing.com\/*",
"*:\/\/www.obrazky.cz\/*",
"*:\/\/www.google.com\/*",
"*:\/\/www.google.cz\/*",
"*:\/\/duckduckgo.com\/*"
],
"css": [
"src\/content\/content.css"
],
"js": [
"src\/common\/restoreOptions.js",
"src\/content\/locations.js",
"src\/content\/content-templates.js",
"src\/content\/content.js"
]
}
],
"options_ui": {
"page": "src\/options\/options.html"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"icons\/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{14c48e36-100d-4d9b-a11a-890112654de9}"
}
}
} | |