Snopes Searcher

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

Vad är Snopes Searcher?

Snopes Searcher är en Chrome-tillägg utvecklad av Warpshade, och dess huvudfunktion är "Lets you check snopes with a highlight and right-click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Snopes Searcher-förlängningens CRX-fil

Ladda ner Snopes Searcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
Officiell webbadress https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Beskrivning Lets you check snopes with a highlight and right-click.
Filstorlek 48.75 KB
Antal Installationer 230
Aktuell Version 1.0.1
Senast Uppdaterad 2014-11-10
Publiceringsdatum 2014-11-10
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Warpshade
Betalningssätt free
Stödda Språk 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
}