Wiki It

Easily Wikipedia anything on the web without having to leave the page

Wiki It란 무엇입니까?

Wiki It은(는) dlask에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Wikipedia anything on the web without having to leave the page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab.

+Highlight your desired word(s) (you can do this easily by double clicking)

+Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager)

+Watch your info slide in! It is that easy!                    

확장 프로그램 기본 정보

이름 Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
공식 URL https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
설명 Easily Wikipedia anything on the web without having to leave the page
파일 크기 44.26 KB
설치 횟수 447
현재 버전 2.0
최근 업데이트 2014-10-05
출시 날짜 2014-10-05
평점 4.60/5 총 25 개의 평점
개발자 dlask
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki It",
    "description": "Easily Wikipedia anything on the web without having to leave the page",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wiki It",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}