ShowPasswords
Gives the user a simple way to show and copy passwords of an input type password field.
Что такое ShowPasswords?
ShowPasswords - это расширение Chrome, разработанное https://kaletsch.tech, и его основная функция - "Gives the user a simple way to show and copy passwords of an input type password field.".
Снимки экрана расширения
Скачать файл CRX расширения ShowPasswords
Скачайте файлы расширений ShowPasswords в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ShowPasswords is a Chrome Extension that allows to easily access passwords from input fields. The extensions replaces the input type attribute password with text in an active tab and vice versa. It can also extract passwords in a textarea field which allows simple copying. ShowPasswords source code is released under MIT License and available at GitHub.
Основная информация о расширении
Название | ShowPasswords |
ID | hjelhmgihhbonhfncmoblamoenjcppej |
Официальный URL | https://chromewebstore.google.com/detail/showpasswords/hjelhmgihhbonhfncmoblamoenjcppej |
Описание | Gives the user a simple way to show and copy passwords of an input type password field. |
Размер файла | 47.5 KB |
Количество установок | 313 |
Текущая Версия | 0.1 |
Последнее Обновление | 2018-08-03 |
Дата публикации | 2018-08-03 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://kaletsch.tech |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowPasswords", "short_name": "ShowPasswords", "version": "0.1", "description": "Gives the user a simple way to show and copy passwords of an input type password field.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "kaletsch.tech GmbH |