Redacted

Redact text on a page before taking a screenshot of it.

Cos'è Redacted?

Redacted è un'estensione di Chrome sviluppata da Stefan Bohacek, e la sua funzione principale è "Redact text on a page before taking a screenshot of it.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Redacted

Scarica i file di estensione Redacted in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Redact text on a web page before taking a screenshot using the Redacted font created by Christian Naths.                    

Informazioni di Base sull'Estensione

Nome Redacted Redacted
ID haihcdibljdnefmjmngcgfngbhjfghph
URL Ufficiale https://chromewebstore.google.com/detail/redacted/haihcdibljdnefmjmngcgfngbhjfghph
Descrizione Redact text on a page before taking a screenshot of it.
Dimensione del File 99.71 KB
Conteggio Installazioni 179
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-07-22
Data di Pubblicazione 2021-07-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Stefan Bohacek
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fourtonfish.com/project/redacted/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redacted",
    "version": "1.0.2",
    "description": "Redact text on a page before taking a screenshot of it.",
    "homepage_url": "https:\/\/fourtonfish.com\/project\/redacted-js\/",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}