Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

Wikihover란 무엇입니까?

Wikihover은(는) https://ellenbrook.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that allows you get the summary of an article with the hover of your mouse."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

확장 프로그램 기본 정보

이름 Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
공식 URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
설명 A Chrome extension that allows you get the summary of an article with the hover of your mouse.
파일 크기 118 KB
설치 횟수 61
현재 버전 0.0.3
최근 업데이트 2015-08-21
출시 날짜 2015-08-21
평점 4.11/5 총 9 개의 평점
개발자 https://ellenbrook.github.io
결제 유형 free
확장 프로그램 웹 사이트 http://ellenbrook.github.io/
도움말 페이지 URL http://ellenbrook.github.io/wikihover-google-chrome-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}