Quick Search Wiktionary
Provides quick access to Wiktionary from any page.
Quick Search Wiktionary란 무엇입니까?
Quick Search Wiktionary은(는) wyc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick access to Wiktionary from any page."입니다.
확장 프로그램 스크린샷
Quick Search Wiktionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension that allows users to quickly and easily query Wiktionary. Features: Search by typing ` and space in the address bar. Search by clicking on the extension and typing in the search box. Search by right clicking a highlighted word. Supports active Wiktionaries (150+ languages). Change which Wiktionary you would like to use in the options menu. -- Update 1.0.1: Right clicking now opens in a new tab
확장 프로그램 기본 정보
이름 | Quick Search Wiktionary |
ID | kgchoibflodmphihffmogncijonmpmce |
공식 URL | https://chromewebstore.google.com/detail/quick-search-wiktionary/kgchoibflodmphihffmogncijonmpmce |
설명 | Provides quick access to Wiktionary from any page. |
파일 크기 | 14.59 KB |
설치 횟수 | 122 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-09-19 |
출시 날짜 | 2021-03-17 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | wyc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Search Wiktionary", "description": "Provides quick access to Wiktionary from any page.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/w16.png", "32": "\/images\/w32.png", "48": "\/images\/w48.png", "128": "\/images\/w128.png" } }, "icons": { "16": "\/images\/w16.png", "32": "\/images\/w32.png", "48": "\/images\/w48.png", "128": "\/images\/w128.png" }, "options_page": "options.html", "omnibox": { "keyword": "`" } } |