Qwikipedia

Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.

Qwikipedia란 무엇입니까?

Qwikipedia은(는) benjyblack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Ever been on a Wikipedia binge and find that you have about 20 tabs open at once? If you're anything like me, once you encounter a new term you don't understand in your current page, you'll middle-click it to open it up in a new tab for reading later. This results in a lot of clutter at the top of your browser and can really slow things down if you're on an older computer.

Meet Qwikipedia! The quicker, more convenient way to browse Wikipedia. Anytime you encounter a blue term you'd like to know more about on a Wikipedia page, simply hover over it with your mouse to get a popup of the essential information about that item! Save time and computer resources with Qwikipedia.                    

확장 프로그램 기본 정보

이름 Qwikipedia Qwikipedia
ID kbbfhhcbaaahidkajomclgljbilpijla
공식 URL https://chromewebstore.google.com/detail/qwikipedia/kbbfhhcbaaahidkajomclgljbilpijla
설명 Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.
파일 크기 777 KB
설치 횟수 74
현재 버전 0.5
최근 업데이트 2016-01-26
출시 날짜 2016-01-25
평점 5.00/5 총 2 개의 평점
개발자 benjyblack
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qwikipedia",
    "description": "Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.",
    "version": "0.5",
    "icons": {
        "16": "res\/icon-16.png",
        "48": "res\/icon-48.png",
        "128": "res\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "qwikipedia.js"
            ],
            "run_at": "document_start"
        }
    ]
}