Offline Password Generator
Generate random passwords that are highly secured
Что такое Offline Password Generator?
Offline Password Generator - это расширение Chrome, разработанное Ivan Ivanenko, и его основная функция - "Generate random passwords that are highly secured".
Снимки экрана расширения
Скачать файл CRX расширения Offline Password Generator
Скачайте файлы расширений Offline Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters. You can choose password length.
Основная информация о расширении
Название | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
Официальный URL | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
Описание | Generate random passwords that are highly secured |
Размер файла | 146 KB |
Количество установок | 55 |
Текущая Версия | 1.3 |
Последнее Обновление | 2012-11-26 |
Дата публикации | 2012-11-26 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Ivan Ivanenko |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Password Generator", "version": "1.3", "manifest_version": 2, "description": "Generate random passwords that are highly secured", "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "32": "images\/32.png", "48": "images\/48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "res\/jquery-1.8.3.js", "logic.js" ], "css": [ "res\/bootstrap.min.css", "res\/bootstrap-responsive.min.css" ] } ] } |