Wikipedia Search

Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'

Wikipedia Search란 무엇입니까?

Wikipedia Search은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can change the language you want to use by going to the options page (Settings>Extensions>Options) and selecting your language of choice. Currently the languages you can choose from are:

- Chinese
- Dutch
- English
- French
- German
- Italian
- Japanese
- Polish
- Portuguese
- Russian
- Spanish
- Swedish

Let me know if you want me to add in any more languages through the feedback form and I'll have them in.                    

확장 프로그램 기본 정보

이름 Wikipedia Search Wikipedia Search
ID nipjlcehkkalkjldekmkcaeeacmnhdee
공식 URL https://chromewebstore.google.com/detail/wikipedia-search/nipjlcehkkalkjldekmkcaeeacmnhdee
설명 Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'
파일 크기 42.81 KB
설치 횟수 197
현재 버전 2.1.9
최근 업데이트 2012-10-13
출시 날짜 2012-10-13
평점 5.00/5 총 14 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Search",
    "version": "2.1.9",
    "manifest_version": 2,
    "description": "Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'",
    "omnibox": {
        "keyword": "w"
    },
    "icons": {
        "16": "wiki.ico"
    },
    "background": {
        "scripts": [
            "wikiSearch.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/zh.wikipedia.org https:\/\/nl.wikipedia.org https:\/\/en.wikipedia.org https:\/\/fr.wikipedia.org https:\/\/de.wikipedia.org https:\/\/it.wikipedia.org https:\/\/ja.wikipedia.org https:\/\/pl.wikipedia.org https:\/\/pt.wikipedia.org https:\/\/ru.wikipedia.org https:\/\/es.wikipedia.org https:\/\/sv.wikipedia.org https:\/\/ssl.google-analytics.com; object-src 'self'"
}