Search Selection on Wikipedia
Search selection on wikipedia by right click.
Search Selection on Wikipedia란 무엇입니까?
Search Selection on Wikipedia은(는) yanlong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search selection on wikipedia by right click."입니다.
확장 프로그램 스크린샷
Search Selection on Wikipedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.
확장 프로그램 기본 정보
이름 | |
ID | mngkaodjkcedcmgcjgndngniocllkegd |
공식 URL | https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd |
설명 | Search selection on wikipedia by right click. |
파일 크기 | 16.32 KB |
설치 횟수 | 335 |
현재 버전 | 1.3 |
최근 업데이트 | 2013-12-27 |
출시 날짜 | 2013-12-27 |
평점 | 4.64/5 총 11 개의 평점 |
개발자 | yanlong |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Search selection on wikipedia by right click.", "icons": { "128": "wiki128.png", "16": "wiki16.png", "48": "wiki48.png" }, "name": "Search Selection on Wikipedia", "permissions": [ "contextMenus", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "manifest_version": 2 } |