Snoper

Highlight text, right click and you're checking snopes.

Apa itu Snoper?

Snoper adalah ekstensi Chrome yang dikembangkan oleh boomeasy, dan fitur utamanya adalah "Highlight text, right click and you're checking snopes.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Snoper

Unduh file ekstensi Snoper 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

                        Highlight text, right click and you're checking snopes.
source on github: https://github.com/boomeasy/snoper                    

Informasi Dasar Ekstensi

Nama Snoper Snoper
ID icpohijjpfiaglbjcjpndgkkmjoeocgb
URL Resmi https://chromewebstore.google.com/detail/snoper/icpohijjpfiaglbjcjpndgkkmjoeocgb
Deskripsi Highlight text, right click and you're checking snopes.
Ukuran File 8.55 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-02-10
Tanggal Publikasi 2018-02-09
Pengembang boomeasy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/boomeasy/snoper
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snoper",
    "description": "Highlight text, right click and you're checking snopes.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "96": "search.png"
    },
    "background": {
        "scripts": [
            "snoper.js"
        ]
    },
    "manifest_version": 2
}