Wiktionary Search
This extension allows you to perform a quick search on the Wiktionary.
Wiktionary Search란 무엇입니까?
Wiktionary Search은(는) celeissl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to perform a quick search on the Wiktionary."입니다.
확장 프로그램 스크린샷
Wiktionary Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a button that lets you search for a word on the English wiktionary site. Also lets you right click on a selected piece of text to search on wiktionary. Git Hub: https://github.com/opr/WiktionarySearch Coming soon: Search history and search-prediction in your locale
확장 프로그램 기본 정보
이름 | Wiktionary Search |
ID | ibncmbgpniokogofpkjnlcpfpiodoppk |
공식 URL | https://chromewebstore.google.com/detail/wiktionary-search/ibncmbgpniokogofpkjnlcpfpiodoppk |
설명 | This extension allows you to perform a quick search on the Wiktionary. |
파일 크기 | 101 KB |
설치 횟수 | 1,871 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2017-02-16 |
출시 날짜 | 2017-02-16 |
평점 | 4.17/5 총 24 개의 평점 |
개발자 | celeissl |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.3.4", "manifest_version": 2, "description": "__MSG_desc__", "homepage_url": "http:\/\/thomas-roberts.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Wiktionary Search", "default_popup": "src\/browser_action\/browser_action.html" }, "options_ui": { "page": "src\/opt\/options.html", "chrome_style": true }, "permissions": [ "contextMenus", "*:\/\/*.wiktionary.org\/*", "storage" ] } |