Norwegian National Identiy Number Generator

Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.

Cos'è Norwegian National Identiy Number Generator?

Norwegian National Identiy Number Generator è un'estensione di Chrome sviluppata da Frode Ingebrigtsen, e la sua funzione principale è "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Norwegian National Identiy Number Generator

Scarica i file di estensione Norwegian National Identiy Number Generator 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

                        Create a random Norwegian national identity number and put on the clipboard. Available from the context menu. Useful for testing when you need to quickly create random, but syntactically valid, Norwegian identity numbers.                    

Informazioni di Base sull'Estensione

Nome Norwegian National Identiy Number Generator Norwegian National Identiy Number Generator
ID clklbidbpmakmnepgdhafniafhllbhhp
URL Ufficiale https://chromewebstore.google.com/detail/norwegian-national-identi/clklbidbpmakmnepgdhafniafhllbhhp
Descrizione Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.
Dimensione del File 9.02 KB
Conteggio Installazioni 206
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-24
Data di Pubblicazione 2020-10-24
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Frode Ingebrigtsen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Norwegian National Identiy Number Generator",
    "version": "1.0",
    "description": "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}