Strong Password Generator

Generates strong random passwords.

Wat is Strong Password Generator?

Strong Password Generator is een Chrome-extensie ontwikkeld door Lee, en de belangrijkste functie is "Generates strong random passwords.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Strong Password Generator

Download Strong Password Generator-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

                        A Strong Password:
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

How it Works:
Password generation is done client-side, on your computer, with Javascript.                    

Basisinformatie over de Extensie

Naam Strong Password Generator Strong Password Generator
ID lkahbfdjppdglmacdhifnfaokjealmba
Officiële URL https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba
Beschrijving Generates strong random passwords.
Bestandsgrootte 1.03 MB
Aantal Installaties 302
Huidige Versie 1.2
Laatst Bijgewerkt 2017-02-28
Publicatiedatum 2017-02-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Lee
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.2",
    "description": "Generates strong random passwords.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Strong Password Generator",
        "default_icon": "16.png",
        "default_popup": "passwordGenerator.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}