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
电子邮箱 [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\/*"
    ]
}