Snopes Searcher

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

Wat is Snopes Searcher?

Snopes Searcher is een Chrome-extensie ontwikkeld door Warpshade, en de belangrijkste functie is "Lets you check snopes with a highlight and right-click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snopes Searcher

Download Snopes Searcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
Officiële URL https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Beschrijving Lets you check snopes with a highlight and right-click.
Bestandsgrootte 48.75 KB
Aantal Installaties 230
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-11-10
Publicatiedatum 2014-11-10
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Warpshade
Betalingswijze free
Ondersteunde Talen 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
}