Redacted

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

O que é Redacted?

Redacted é uma extensão do Chrome desenvolvida por Stefan Bohacek, e sua principal característica é "Redact text on a page before taking a screenshot of it.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Redacted

Baixe arquivos de extensão Redacted no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Redacted Redacted
ID haihcdibljdnefmjmngcgfngbhjfghph
URL Oficial https://chromewebstore.google.com/detail/redacted/haihcdibljdnefmjmngcgfngbhjfghph
Descrição Redact text on a page before taking a screenshot of it.
Tamanho do Arquivo 99.71 KB
Contagem de Instalações 179
Versão Atual 1.0.2
Última Atualização 2021-07-22
Data de Publicação 2021-07-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Stefan Bohacek
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fourtonfish.com/project/redacted/
Idiomas Suportados 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\/*"
    ]
}