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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Knowles และคุณลักษณะหลักของมันคือ "Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SA ID Number Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |