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.”。
擴展截圖
下載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 |
ID | jfomngnpkgnofbnhbimmebjhpohapkcl |
官方網址 | 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" } } |