The Password Genie

Instant and secure password generator, the extension is safe and open source

Τι είναι το The Password Genie;

Το The Password Genie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Instant and secure password generator, the extension is safe and open source".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The Password Genie

Λήψη αρχείων επέκτασης The Password Genie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Instant and Secure password generator.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
Επίσημο URL https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
Περιγραφή Instant and secure password generator, the extension is safe and open source
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 171
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2018-05-07
Ημερομηνία Δημοσίευσης 2018-05-07
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nourabusoud.github.io/password-genie/
Υποστηριζόμενες Γλώσσες 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"
    }
}