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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wikipedia Search

Скачайте файлы расширений 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'"
}