Yandex Search Button
Adds a button for searching the same query on other search engines. Alternative search.
Yandex Search Button란 무엇입니까?
Yandex Search Button은(는) Romkaq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button for searching the same query on other search engines. Alternative search."입니다.
확장 프로그램 스크린샷
Yandex Search Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a button above the results on google pages, for executing the same search on different search engines. You can select the alternative search engine in the options page. Available search engines for button: 9. 12 available styles! Useful extensions and themes links included in the extension Settings page.
확장 프로그램 기본 정보
이름 | Yandex Search Button |
ID | ffmpkkmddbelknkheolceolmdkjloaof |
공식 URL | https://chromewebstore.google.com/detail/yandex-search-button/ffmpkkmddbelknkheolceolmdkjloaof |
설명 | Adds a button for searching the same query on other search engines. Alternative search. |
파일 크기 | 57.31 KB |
설치 횟수 | 252 |
현재 버전 | 3.10 |
최근 업데이트 | 2022-05-04 |
출시 날짜 | 2021-07-07 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Romkaq |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rq-dev |
도움말 페이지 URL | https://vk.com/rqdev |
개인정보 보호 정책 페이지 URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.10", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "back.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.google.ru\/*", "*:\/\/www.google.kz\/*", "*:\/\/www.google.com.ua\/*", "*:\/\/www.google.by\/*", "*:\/\/www.google.uz\/*", "*:\/\/www.google.az\/*", "*:\/\/www.google.kg\/*", "*:\/\/www.google.lt\/*", "*:\/\/www.google.lv\/*", "*:\/\/www.google.md\/*", "*:\/\/www.google.com.br\/*", "*:\/\/www.google.ca\/*", "*:\/\/www.google.de\/*", "*:\/\/www.google.it\/*", "*:\/\/www.google.es\/*", "*:\/\/www.google.fi\/*", "*:\/\/www.google.co.zw\/*", "*:\/\/www.google.co.za\/*", "*:\/\/www.google.com.vn\/*", "*:\/\/www.google.co.ve\/*", "*:\/\/www.google.us\/*", "*:\/\/www.google.com.tw\/*", "*:\/\/www.google.com.tr\/*", "*:\/\/www.google.co.th\/*", "*:\/\/www.google.si\/*", "*:\/\/www.google.se\/*", "*:\/\/www.google.rs\/*", "*:\/\/www.google.ro\/*", "*:\/\/www.google.pl\/*", "*:\/\/www.google.co.nz\/*", "*:\/\/www.google.no\/*", "*:\/\/www.google.mn\/*", "*:\/\/www.google.co.kr\/*", "*:\/\/www.google.co.jp\/*", "*:\/\/www.google.com.jm\/*", "*:\/\/www.google.is\/*", "*:\/\/www.google.hu\/*", "*:\/\/www.google.gr\/*", "*:\/\/www.g.cn\/*", "*:\/\/www.google.cn\/*", "*:\/\/www.google.cl\/*", "*:\/\/www.google.com.af\/*" ] } ], "action": { "default_title": "Search Button", "default_popup": "pop.html" }, "permissions": [ "storage" ], "default_locale": "en", "web_accessible_resources": [ { "resources": [ "settings.html" ], "matches": [ "*:\/\/*\/*" ] } ] } |