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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |