Strong Password Generator

Generate strong password for the most secure.

Vad är Strong Password Generator?

Strong Password Generator är en Chrome-tillägg utvecklad av AI Ocean, och dess huvudfunktion är "Generate strong password for the most secure.".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Strong 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 strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

Grundläggande Information om Tillägg

Namn Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
Officiell webbadress https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
Beskrivning Generate strong password for the most secure.
Filstorlek 101 KB
Antal Installationer 932
Aktuell Version 1.1.1
Senast Uppdaterad 2023-04-05
Publiceringsdatum 2015-11-09
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare AI Ocean
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://laptrinh.senviet.org
Hjälpsida URL http://laptrinh.senviet.org
URL till Sekretesspolicy Sidan https://aiocean.io/pages/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}