Snopes Searcher

Lets you check snopes with a highlight and right-click.

O que é Snopes Searcher?

Snopes Searcher é uma extensão do Chrome desenvolvida por Warpshade, e sua principal característica é "Lets you check snopes with a highlight and right-click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Snopes Searcher

Baixe arquivos de extensão Snopes Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
URL Oficial https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Descrição Lets you check snopes with a highlight and right-click.
Tamanho do Arquivo 48.75 KB
Contagem de Instalações 230
Versão Atual 1.0.1
Última Atualização 2014-11-10
Data de Publicação 2014-11-10
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Warpshade
Tipo de Pagamento free
Idiomas Suportados 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
}