Redactor

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

Co to jest Redactor?

Redactor to rozszerzenie Chrome opracowane przez Josiah, a jego główną funkcją jest „This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Redactor

Pobierz pliki rozszerzeń Redactor 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
Oficjalny URL https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Opis This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Rozmiar pliku 216 KB
Liczba instalacji 118
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2017-06-02
Data Publikacji 2017-06-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Josiah
Typ Płatności free
Obsługiwane Języki 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"
    ]
}