Snopes Searcher

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

What is Snopes Searcher?

Snopes Searcher is a Chrome extension developed by Warpshade, and its main feature is "Lets you check snopes with a highlight and right-click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Snopes Searcher Extension CRX File

Download Snopes Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
Official URL https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Description Lets you check snopes with a highlight and right-click.
File Size 48.75 KB
Installation Count 230
Current Version 1.0.1
Last Updated 2014-11-10
Publish Date 2014-11-10
Rating 4.00/5 Total 4 Ratings
Developer Warpshade
Payment Type free
Supported Languages 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
}