The Password Genie
Instant and secure password generator, the extension is safe and open source
Wat is The Password Genie?
The Password Genie is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Instant and secure password generator, the extension is safe and open source".
Extensie Screenshots
Download het CRX-bestand van de extensie The Password Genie
Download The Password Genie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instant and Secure password generator.
Basisinformatie over de Extensie
Naam | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
Officiële URL | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
Beschrijving | Instant and secure password generator, the extension is safe and open source |
Bestandsgrootte | 193 KB |
Aantal Installaties | 171 |
Huidige Versie | 1.4.4 |
Laatst Bijgewerkt | 2018-05-07 |
Publicatiedatum | 2018-05-07 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://nourabusoud.github.io/password-genie/ |
Ondersteunde Talen | 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" } } |