Redacted

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

Qu'est-ce que Redacted ?

Redacted est une extension Chrome développée par Stefan Bohacek, et sa fonction principale est "Redact text on a page before taking a screenshot of it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Redacted

Téléchargez les fichiers d'extension Redacted au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Redacted Redacted
ID haihcdibljdnefmjmngcgfngbhjfghph
URL Officiel https://chromewebstore.google.com/detail/redacted/haihcdibljdnefmjmngcgfngbhjfghph
Description Redact text on a page before taking a screenshot of it.
Taille du Fichier 99.71 KB
Nombre d'Installations 179
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-07-22
Date de Publication 2021-07-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Stefan Bohacek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fourtonfish.com/project/redacted/
Langues Prises en Charge 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\/*"
    ]
}