SA ID Generator - Apply Filters, Get Details

Generate a random South African ID with the capabilities of filtering, validating and retrieving details.

Τι είναι το SA ID Generator - Apply Filters, Get Details;

Το SA ID Generator - Apply Filters, Get Details είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ajsun, και η κύρια λειτουργία του είναι "Generate a random South African ID with the capabilities of filtering, validating and retrieving details.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SA ID Generator - Apply Filters, Get Details

Λήψη αρχείων επέκτασης SA ID Generator - Apply Filters, Get Details σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This tool can be used by developers to generate a random valid South African ID satisfying the filtering conditions, if applied.

Also, one can get the details like Date of Birth, Gender, Citizenship status and Age if a valid ID is provided. If the ID is invalid, it will show the validation errors.

Valid IDs passes the checksum test using the Luhn's algorithm.

If you want the extension remain open all the time, as the popup automatically closes when focus changes, you can achieve the same by clicking the Popout icon. It will open the SA ID generator in a new tab.

One can hover over the Help icon to know more about how to use the extension.

Keyboard Shortcut to copy a random SA ID to clipboard :
Alt + 1 (Opens the popup)
Alt + 2 (Copies the SA ID to clipboard)                    

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

Όνομα SA ID Generator - Apply Filters, Get Details SA ID Generator - Apply Filters, Get Details
ID bipdcejiahkjcnebheaijpfifgjinmoe
Επίσημο URL https://chromewebstore.google.com/detail/sa-id-generator-apply-fil/bipdcejiahkjcnebheaijpfifgjinmoe
Περιγραφή Generate a random South African ID with the capabilities of filtering, validating and retrieving details.
Μέγεθος Αρχείου 210 KB
Αριθμός Εγκαταστάσεων 205
Τρέχουσα Έκδοση 1.2.0.0
Τελευταία Ενημέρωση 2022-05-02
Ημερομηνία Δημοσίευσης 2021-06-12
Προγραμματιστής ajsun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SA ID Generator - Apply Filters, Get Details",
    "commands": {
        "run-foo": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "Copy SAID to clipboard."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+1",
                "mac": "Alt+1",
                "chromeos": "Alt+1",
                "linux": "Alt+1"
            }
        }
    },
    "description": "Generate a random South African ID with the capabilities of filtering, validating and retrieving details.",
    "version": "1.2.0.0",
    "permissions": [],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "\/images\/icon.png",
        "icons": {
            "96": "\/images\/icon.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "96": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/js\/content.js"
            ]
        }
    ]
}