Snopes Searcher

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

Co je Snopes Searcher?

Snopes Searcher je rozšíření Chrome vyvinuté Warpshade, a jeho hlavní funkcí je „Lets you check snopes with a highlight and right-click.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Snopes Searcher

Stáhněte si soubory rozšíření Snopes Searcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
Oficiální URL https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Popis Lets you check snopes with a highlight and right-click.
Velikost souboru 48.75 KB
Počet instalací 230
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-11-10
Datum Vydání 2014-11-10
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Warpshade
Typ Platby free
Podporované Jazyky 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
}