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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}