Snopes Searcher

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

Apa itu Snopes Searcher?

Snopes Searcher adalah ekstensi Chrome yang dikembangkan oleh Warpshade, dan fitur utamanya adalah "Lets you check snopes with a highlight and right-click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Snopes Searcher

Unduh file ekstensi Snopes Searcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Snopes Searcher Snopes Searcher
ID candgpmgkohdbipkdeoghbginhbbifam
URL Resmi https://chromewebstore.google.com/detail/snopes-searcher/candgpmgkohdbipkdeoghbginhbbifam
Deskripsi Lets you check snopes with a highlight and right-click.
Ukuran File 48.75 KB
Jumlah Instalasi 230
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-11-10
Tanggal Publikasi 2014-11-10
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Warpshade
Tipe Pembayaran free
Bahasa yang Didukung 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
}