WIKI

Get the definition of the highlighted english term from Wikipedia.

WIKI란 무엇입니까?

WIKI은(는) totoro2345678에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the definition of the highlighted english term from Wikipedia."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WIKI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        論文快速查詢神器

按右鍵即可向維基查詢所選取的專有名詞,出現的結果是維基資料「統整」過後的結果

有英文和中文版,中文版是英文版透過Google Translate 翻譯來的。

如果查詢不到的話,最後會有連結導回Google Search

目前只支援「英文字」的選取 ! !

問題回報:
Email - [email protected]

KEYWORD QUERY
Right-click and get the definition of the highlighted term from Wikipedia.

There are versions,English and Chinese versions. The Chinese version is translated from English version through Google Translate.

If the keyword can not found in wikipedia , there will a button can back to Google Search.

icon: https://www.flaticon.com/free-icon/wikipedia_837799?term=wikipedia&page=1&position=8

Problem Report:
Email - [email protected]                    

확장 프로그램 기본 정보

이름 WIKI WIKI
ID ofjgjgepefpbgedmbgahggbiohdpolcb
공식 URL https://chrome.google.com/webstore/detail/wiki/ofjgjgepefpbgedmbgahggbiohdpolcb
설명 Get the definition of the highlighted english term from Wikipedia.
파일 크기 255 KB
설치 횟수 456
현재 버전 1.06.1
최근 업데이트 2020-04-19
출시 날짜 2020-04-19
평점 5.00/5 총 1 개의 평점
개발자 totoro2345678
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIKI",
    "description": "Get the definition of the highlighted english term from Wikipedia.",
    "version": "1.06.1",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com  https:\/\/translate.googleapis.com https:\/\/en.wikipedia.org; object-src 'self';"
}