Redacted

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

Redactedคืออะไร?

Redacted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Bohacek และคุณลักษณะหลักของมันคือ "Redact text on a page before taking a screenshot of it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redacted

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}