Redacted

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

Redacted là gì?

Redacted là một tiện ích mở rộng Chrome được phát triển bởi Stefan Bohacek, và tính năng chính của nó là "Redact text on a page before taking a screenshot of it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redacted

Tải xuống các tệp mở rộng Redacted dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redacted Redacted
ID haihcdibljdnefmjmngcgfngbhjfghph
URL Chính Thức https://chromewebstore.google.com/detail/redacted/haihcdibljdnefmjmngcgfngbhjfghph
Mô tả Redact text on a page before taking a screenshot of it.
Kích Thước Tệp 99.71 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-07-22
Ngày Phát Hành 2021-07-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Stefan Bohacek
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fourtonfish.com/project/redacted/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}