SA ID Number Tools

Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.

SA ID Number Tools क्या है?

SA ID Number Tools Evan Knowles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SA ID Number Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For use by developers, this tool can generate a valid South African ID number for a given date of birth, gender and citizen status that will pass checksum tests.

In addition, given an ID number this extension can validate it as well as extract the date of birth, gender and citizen status.

For more info on how it works, check out: http://www.knowles.co.za/articles/generating-south-african-id-numbers/                    

एक्सटेंशन की मूल जानकारी

नाम SA ID Number Tools SA ID Number Tools
ID jfomngnpkgnofbnhbimmebjhpohapkcl
आधिकारिक URL https://chromewebstore.google.com/detail/sa-id-number-tools/jfomngnpkgnofbnhbimmebjhpohapkcl
विवरण Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.
फ़ाइल का आकार 81.13 KB
स्थापना संख्या 8,569
वर्तमान संस्करण 1.8.7
अंतिम अपडेट 2020-04-22
प्रकाशन तिथि 2020-04-21
रेटिंग 4.78/5 कुल 23 रेटिंग्स
डेवलपर Evan Knowles
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.knowles.co.za/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SA ID Number Tools",
    "description": "Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.",
    "version": "1.8.7",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "jSAID.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "generator.html"
    }
}