Norwegian National Identiy Number Generator

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

Qu'est-ce que Norwegian National Identiy Number Generator ?

Norwegian National Identiy Number Generator est une extension Chrome développée par Frode Ingebrigtsen, et sa fonction principale est "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Norwegian National Identiy Number Generator

Téléchargez les fichiers d'extension Norwegian National Identiy Number Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Norwegian National Identiy Number Generator Norwegian National Identiy Number Generator
ID clklbidbpmakmnepgdhafniafhllbhhp
URL Officiel https://chromewebstore.google.com/detail/norwegian-national-identi/clklbidbpmakmnepgdhafniafhllbhhp
Description Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.
Taille du Fichier 9.02 KB
Nombre d'Installations 206
Version Actuelle 1.0
Dernière Mise à Jour 2020-10-24
Date de Publication 2020-10-24
Évaluation 3.67/5 Total 3 Évaluations
Développeur Frode Ingebrigtsen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}