Redacted

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

Redacted क्या है?

Redacted Stefan Bohacek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redact text on a page before taking a screenshot of it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redacted एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}