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
官方網址 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
電子郵箱 [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\/*"
    ]
}