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によって開発されたChromeの拡張機能で、その主な機能は「Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.」です。

拡張機能のスクリーンショット

screenshot
screenshot

SA ID Number Tools拡張機能のCRXファイルをダウンロード

SA ID Number Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}