Wiki Viewer
Search entire wikipedia library with a single click.
Что такое Wiki Viewer?
Wiki Viewer - это расширение Chrome, разработанное Scuer, и его основная функция - "Search entire wikipedia library with a single click.".
Снимки экрана расширения
Скачать файл CRX расширения Wiki Viewer
Скачайте файлы расширений Wiki Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Wikipedia Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently!
Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation. Основная информация о расширении
| Название | |
| ID | ciddbcbjkgfcihojgjnlooihhchpdmfa |
| Официальный URL | https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa |
| Описание | Search entire wikipedia library with a single click. |
| Размер файла | 40.36 KB |
| Количество установок | 23 |
| Текущая Версия | 1.2.1 |
| Последнее Обновление | 2016-12-06 |
| Дата публикации | 2016-12-06 |
| Рейтинг | 4.50/5 Всего 2 оценок |
| Разработчик | Scuer |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wiki Viewer",
"description": "Search entire wikipedia library with a single click.",
"version": "1.2.1",
"author": "Scuer",
"short_name": "WV",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "index.html"
},
"options_ui": {
"page": "option.html"
},
"permissions": [
"https:\/\/*.wikipedia.org\/w\/api.php",
"storage"
]
} | |