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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Try another search engine |
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 |
이메일 | [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}" } } } |