Redacted

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

Redactedとは何ですか?

RedactedはStefan Bohacekによって開発されたChromeの拡張機能で、その主な機能は「Redact text on a page before taking a screenshot of it.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Redacted拡張機能のCRXファイルをダウンロード

Redacted拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Redacted Redacted
ID haihcdibljdnefmjmngcgfngbhjfghph
公式URL https://chromewebstore.google.com/detail/redacted/haihcdibljdnefmjmngcgfngbhjfghph
説明 Redact text on a page before taking a screenshot of it.
ファイルサイズ 99.71 KB
インストール数 179
現在のバージョン 1.0.2
最終更新日 2021-07-22
公開日 2021-07-14
評価 5.00/5 合計 2 レビュー
開発者 Stefan Bohacek
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fourtonfish.com/project/redacted/
対応言語 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\/*"
    ]
}