Redactor

This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).

Apa itu Redactor?

Redactor adalah ekstensi Chrome yang dikembangkan oleh Josiah, dan fitur utamanya adalah "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Redactor

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

                        A simple Chrome extension that allows you to filter words from the internet a la government redaction style (thick black lines).                    

Informasi Dasar Ekstensi

Nama Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
URL Resmi https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Deskripsi This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Ukuran File 216 KB
Jumlah Instalasi 118
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2017-06-02
Tanggal Publikasi 2017-06-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Josiah
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redactor",
    "description": "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ]
}