Snopes Searcher

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

Co to jest Snopes Searcher?

Snopes Searcher to rozszerzenie Chrome opracowane przez Warpshade, a jego główną funkcją jest „Lets you check snopes with a highlight and right-click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Snopes Searcher

Pobierz pliki rozszerzeń Snopes Searcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
Oficjalny URL https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Opis Lets you check snopes with a highlight and right-click.
Rozmiar pliku 48.75 KB
Liczba instalacji 230
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-11-10
Data Publikacji 2014-11-10
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Warpshade
Typ Płatności free
Obsługiwane Języki 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
}