Snopes Searcher
Lets you check snopes with a highlight and right-click.
Что такое Snopes Searcher?
Snopes Searcher - это расширение Chrome, разработанное Warpshade, и его основная функция - "Lets you check snopes with a highlight and right-click.".
Снимки экрана расширения
Скачать файл CRX расширения Snopes Searcher
Скачайте файлы расширений Snopes Searcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
See a story and not sure if it's real or not? Highlight the text and search famed debunker Snopes with this tool. Magnifying glass icon made by Visualpharm and is free under a Creative Commons Attribution-NoDerivatives 3.0 licence. It and more can be found at http://www.visualpharm.com
Основная информация о расширении
Название | |
ID | candgpmgkohdbipkdeoghbginhbbifam |
Официальный URL | https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam |
Описание | Lets you check snopes with a highlight and right-click. |
Размер файла | 48.75 KB |
Количество установок | 230 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2014-11-10 |
Дата публикации | 2014-11-10 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Warpshade |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snopes Searcher", "description": "Lets you check snopes with a highlight and right-click.", "version": "1.0.1", "permissions": [ "contextMenus" ], "icons": { "128": "Search_128x128.png", "48": "search.png" }, "background": { "scripts": [ "snopes.js" ] }, "manifest_version": 2 } |