WikiPopups

Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)

WikiPopups란 무엇입니까?

WikiPopups은(는) wikipediapopups에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        WikiPopup is a simple as can be extension to Wikipedia that makes checking out the links you come across a bit easier. It is in the beta stage, so feedback is appreciated.

If you for some reason want to support the development you can donate by Paypal to [email protected].                    

확장 프로그램 기본 정보

이름 WikiPopups WikiPopups
ID deljgppfggnhgkehhiogffhjdbjlbccb
공식 URL https://chromewebstore.google.com/detail/wikipopups/deljgppfggnhgkehhiogffhjdbjlbccb
설명 Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)
파일 크기 83.44 KB
설치 횟수 80
현재 버전 0.261
최근 업데이트 2013-10-30
출시 날짜 2013-10-30
평점 4.71/5 총 7 개의 평점
개발자 wikipediapopups
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiPopups",
    "description": "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)",
    "version": "0.261",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}