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.
Cos'è SA ID Number Tools?
SA ID Number Tools è un'estensione di Chrome sviluppata da Evan Knowles, e la sua funzione principale è "Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SA ID Number Tools
Scarica i file di estensione SA ID Number Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | SA ID Number Tools |
ID | jfomngnpkgnofbnhbimmebjhpohapkcl |
URL Ufficiale | https://chromewebstore.google.com/detail/sa-id-number-tools/jfomngnpkgnofbnhbimmebjhpohapkcl |
Descrizione | Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers. |
Dimensione del File | 81.13 KB |
Conteggio Installazioni | 8,569 |
Versione Corrente | 1.8.7 |
Ultimo Aggiornamento | 2020-04-22 |
Data di Pubblicazione | 2020-04-21 |
Valutazione | 4.78/5 Totale 23 Valutazioni |
Sviluppatore | Evan Knowles |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.knowles.co.za/ |
Lingue Supportate | 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" } } |