The Password Genie
Instant and secure password generator, the extension is safe and open source
Что такое The Password Genie?
The Password Genie - это расширение Chrome, разработанное Unknown, и его основная функция - "Instant and secure password generator, the extension is safe and open source".
Снимки экрана расширения
Скачать файл CRX расширения The Password Genie
Скачайте файлы расширений The Password Genie в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Instant and Secure password generator.
Основная информация о расширении
Название | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
Официальный URL | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
Описание | Instant and secure password generator, the extension is safe and open source |
Размер файла | 193 KB |
Количество установок | 171 |
Текущая Версия | 1.4.4 |
Последнее Обновление | 2018-05-07 |
Дата публикации | 2018-05-07 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://nourabusoud.github.io/password-genie/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |