WikiNow - your fast Wikipedia explorer.
With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page.
WikiNow - your fast Wikipedia explorer.란 무엇입니까?
WikiNow - your fast Wikipedia explorer.은(는) assan.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page."입니다.
확장 프로그램 스크린샷
WikiNow - your fast Wikipedia explorer. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WikiNow supports English and Russian languages. WikiNow поддерживает Русский и Английский языки. With WikiNow you can easily search for definitions of words and phrases in Wikipedia. All you need is to select a word or phrase on the active page and click the WikiNow button at the right-top corner of your browser. After that a new window will appear with a brief description of the selected phrase. Please, enjoy! ---------------------- С WikiNow вы можете легко искать значения слов и фраз в Википедии. Все, что вам нужно - это выделить слово или фразу на вашей текущей странице браузера и нажать на кнопку WikiNow в правом верхнем углу браузера. После этого новое окно появится с краткой информацией о выделенном слове/фразе. Пожалуйста, пользуйтесь на здоровье!
확장 프로그램 기본 정보
이름 | WikiNow - your fast Wikipedia explorer. |
ID | gigemeghndkgnogemkphobamkfecobfb |
공식 URL | https://chromewebstore.google.com/detail/wikinow-your-fast-wikiped/gigemeghndkgnogemkphobamkfecobfb |
설명 | With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page. |
파일 크기 | 289 KB |
설치 횟수 | 20 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2015-12-26 |
출시 날짜 | 2015-12-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | assan.xyz |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiNow - your fast Wikipedia explorer.", "short_name": "WikiNow", "version": "0.0.2", "manifest_version": 2, "description": "With WikiNow you can easily search for definitions of words and phrases in Wikipedia by selecting them on the active page.", "icons": { "48": "icons\/ic_main_48.png", "96": "icons\/ic_main_96.png" }, "omnibox": { "keyword": "WikiNow" }, "browser_action": { "default_icon": { "48": "icons\/ic_main_48.png", "96": "icons\/ic_main_96.png" }, "default_title": "WikiNow" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "jquery\/jquery-2.1.4.min.js", "jqueryui\/jquery-ui.min.js", "jqueryui\/jquery-ui.js" ], "css": [ "jqueryui\/jquery-ui.min.css", "jqueryui\/jquery-ui.theme.min.css", "jqueryui\/jquery-ui.structure.min.css", "jqueryui\/jquery-ui.css", "jqueryui\/jquery-ui.theme.css", "jqueryui\/jquery-ui.structure.css", "core.css" ], "web_accessible_resources": [ "jqueryui\/images\/*.png" ] } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "jqueryui\/images\/*.png" ] } |