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