Password to text

Changes password type to text

Что такое Password to text?

Password to text - это расширение Chrome, разработанное Unknown, и его основная функция - "Changes password type to text".

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

screenshot

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

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

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

                        Allows you to unhide your password while you are typing it in, to make sure that there is not a typo.  

This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.                    

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

Название Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
Официальный URL https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Описание Changes password type to text
Размер файла 6.48 KB
Количество установок 112
Текущая Версия 1
Последнее Обновление 2019-09-27
Дата публикации 2019-09-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password to text",
    "version": "1",
    "manifest_version": 2,
    "description": "Changes password type to text",
    "background": {
        "scripts": [
            "background.js"
        ],
        "icons": "32: icon.png",
        "credit": "Lock And Unlock Icon #10739<\/a>"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}