The Password Genie
Instant and secure password generator, the extension is safe and open source
Vad är The Password Genie?
The Password Genie är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Instant and secure password generator, the extension is safe and open source".
Tilläggsskärmbilder
Ladda ner The Password Genie-förlängningens CRX-fil
Ladda ner The Password Genie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Instant and Secure password generator.
Grundläggande Information om Tillägg
Namn | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
Officiell webbadress | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
Beskrivning | Instant and secure password generator, the extension is safe and open source |
Filstorlek | 193 KB |
Antal Installationer | 171 |
Aktuell Version | 1.4.4 |
Senast Uppdaterad | 2018-05-07 |
Publiceringsdatum | 2018-05-07 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://nourabusoud.github.io/password-genie/ |
Stödda Språk | 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" } } |