Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Что такое Password Reveal?

Password Reveal - это расширение Chrome, разработанное https://suarezluis.com, и его основная функция - "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Password Reveal

Скачайте файлы расширений Password Reveal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Основная информация о расширении

Название Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Официальный URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Описание One click password reveal. Just click the icon and any password that is hidden will become legible text.
Размер файла 7.59 KB
Количество установок 815
Текущая Версия 1.0
Последнее Обновление 2019-01-08
Дата публикации 2019-01-07
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://suarezluis.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}