WikiPeek

Get a sneak-peek of a Wikipedia article.

WikiPeek란 무엇입니까?

WikiPeek은(는) Adam Lindqvist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a sneak-peek of a Wikipedia article."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        * Now working with all languages! *

Get a short summary of the Wikipedia-article you are hovering on.

1. Hover over a link in a Wikipedia article.
2. Get a short summary of the content.
3. Be more productive.
4. ????
5. PROFIT!!!

A simple and convinient extension that let's you quickly lookup an Wikipedia article before clicking on it, and reload a whole page.



Changes history:

0.8 - Support for all languages!

0.7 - * Better summaries.
      * Uses less resources.
      * Error handling
0.6.2 - Bug fixes

0.6 - Release

Thanks for using it :)                    

확장 프로그램 기본 정보

이름 WikiPeek WikiPeek
ID bihficonhfmffiacocckbbnafnhclokj
공식 URL https://chromewebstore.google.com/detail/wikipeek/bihficonhfmffiacocckbbnafnhclokj
설명 Get a sneak-peek of a Wikipedia article.
파일 크기 118 KB
설치 횟수 68
현재 버전 0.8.1
최근 업데이트 2015-01-07
출시 날짜 2015-01-07
평점 5.00/5 총 3 개의 평점
개발자 Adam Lindqvist
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiPeek",
    "version": "0.8.1",
    "description": "Get a sneak-peek of a Wikipedia article.",
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "jquery.qtip.min.css"
            ],
            "js": [
                "jquery-2.1.1.js",
                "jquery.qtip.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*.wikipedia.org\/*"
    ]
}