SA ID Generator - Apply Filters, Get Details

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

O que é SA ID Generator - Apply Filters, Get Details?

SA ID Generator - Apply Filters, Get Details é uma extensão do Chrome desenvolvida por ajsun, e sua principal característica é "Generate a random South African ID with the capabilities of filtering, validating and retrieving details.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SA ID Generator - Apply Filters, Get Details

Baixe arquivos de extensão SA ID Generator - Apply Filters, Get Details no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome SA ID Generator - Apply Filters, Get Details SA ID Generator - Apply Filters, Get Details
ID bipdcejiahkjcnebheaijpfifgjinmoe
URL Oficial https://chromewebstore.google.com/detail/sa-id-generator-apply-fil/bipdcejiahkjcnebheaijpfifgjinmoe
Descrição Generate a random South African ID with the capabilities of filtering, validating and retrieving details.
Tamanho do Arquivo 210 KB
Contagem de Instalações 205
Versão Atual 1.2.0.0
Última Atualização 2022-05-02
Data de Publicação 2021-06-12
Desenvolvedor ajsun
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}