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文件

下载Wikipedia Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}