Password Generator

Password Generator - simple, secure, one-click password generator

Vad är Password Generator?

Password Generator är en Chrome-tillägg utvecklad av Yurii Luchkiv, och dess huvudfunktion är "Password Generator - simple, secure, one-click password generator".

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

                        Generate a random secure password in one click
The generator adds generated password to the dedicated field and copies it to the clipboard

You can specify:
— length of password
— used chars: lowercase, uppercase, digits, and special characters
— excluded chars
— hexadecimal only

Password configuration preferences are stored
Passwords history is stored

ChangeLog:
Version 1.0.0 on 19.07.2023:
— First release                    

Grundläggande Information om Tillägg

Namn Password Generator Password Generator
ID nbnjbddbbcnnlceoglkfoolmknejieoi
Officiell webbadress https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi
Beskrivning Password Generator - simple, secure, one-click password generator
Filstorlek 336 KB
Antal Installationer 1,612
Aktuell Version 1.0.0
Senast Uppdaterad 2023-07-11
Publiceringsdatum 2023-07-11
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Yurii Luchkiv
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Password Generator",
    "version": "1.0.0",
    "description": "Password Generator - simple, secure, one-click password generator",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Password Generator",
        "default_icon": "assets\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}