PassMaker - is the best password generator.
Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup
Что такое PassMaker - is the best password generator.?
PassMaker - is the best password generator. - это расширение Chrome, разработанное pratnomenis, и его основная функция - "Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup".
Снимки экрана расширения
Скачать файл CRX расширения PassMaker - is the best password generator.
Скачайте файлы расширений PassMaker - is the best password generator. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tool for making safe and hackproof passwords. With extensive customization options from length to symbols list. Totally private!
Основная информация о расширении
Название | PassMaker - is the best password generator. |
ID | jidfoanpehhinoikkbfklnllbeppgfmi |
Официальный URL | https://chromewebstore.google.com/detail/passmaker-is-the-best-pas/jidfoanpehhinoikkbfklnllbeppgfmi |
Описание | Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup |
Размер файла | 138 KB |
Количество установок | 148 |
Текущая Версия | v1.3 |
Последнее Обновление | 2020-05-08 |
Дата публикации | 2020-05-08 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | pratnomenis |
Тип оплаты | free |
Поддерживаемые языки | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "short_name": "PassMaker", "default_locale": "en", "version": "1.3", "version_name": "v1.3", "author": "pratnomenis", "browser_action": { "default_icon": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png" }, "default_popup": "index.html", "default_title": "PassMaker v1.3" }, "icons": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png", "48": "\/img\/ico48.png", "128": "\/img\/ico128.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "storage" ] } |