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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}