Генератор паролей
Простой генератор паролей
Qu'est-ce que Генератор паролей ?
Генератор паролей est une extension Chrome développée par NIKILAB, et sa fonction principale est "Простой генератор паролей".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Генератор паролей
Téléchargez les fichiers d'extension Генератор паролей au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Простой генератор случайной строки (например для создания пароля) Есть пара настроек. Работает сносно.
Informations de Base sur l'Extension
Nom | Генератор паролей |
ID | oedanfjhopjakkjkackkfdigbkodkpdj |
URL Officiel | https://chromewebstore.google.com/detail/%D0%B3%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%82%D0%BE%D1%80-%D0%BF%D0%B0%D1%80%D0%BE%D0%BB%D0%B5%D0%B9/oedanfjhopjakkjkackkfdigbkodkpdj |
Description | Простой генератор паролей |
Taille du Fichier | 75.29 KB |
Nombre d'Installations | 157 |
Version Actuelle | 0.8.8 |
Dernière Mise à Jour | 2017-09-19 |
Date de Publication | 2017-09-18 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | NIKILAB |
Type de Paiement | free |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u0413\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439", "short_name": "password-generator", "version": "0.8.8", "author": "NIKILAB", "description": "\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439", "icons": { "16": "images\/icon-16.png", "20": "images\/icon-20.png", "24": "images\/icon-24.png", "28": "images\/icon-28.png", "48": "images\/icon-48.png" }, "permissions": [ "activeTab", "clipboardWrite", "storage" ], "browser_action": { "default_title": "\u0413\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439", "default_icon": { "16": "images\/icon-16.png", "20": "images\/icon-20.png", "24": "images\/icon-24.png", "28": "images\/icon-28.png", "48": "images\/icon-48.png" }, "default_popup": "html\/popup.html" }, "background": { "page": "html\/background.html" } } |