Password Generator

Generate a strong password with the click of a button

Vad är Password Generator?

Password Generator är en Chrome-tillägg utvecklad av generatepassextension, och dess huvudfunktion är "Generate a strong password with the click of a button".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Password Generator-förlängningens CRX-fil

Ladda ner Password Generator-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

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

Grundläggande Information om Tillägg

Namn Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Officiell webbadress https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Beskrivning Generate a strong password with the click of a button
Filstorlek 60.63 KB
Antal Installationer 100
Aktuell Version 1.0
Senast Uppdaterad 2021-03-20
Publiceringsdatum 2021-03-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare generatepassextension
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}