Norwegian National Identiy Number Generator

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

What is Norwegian National Identiy Number Generator?

Norwegian National Identiy Number Generator is a Chrome extension developed by Frode Ingebrigtsen, and its main feature is "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.".

Extension Screenshots

screenshot

Download Norwegian National Identiy Number Generator Extension CRX File

Download Norwegian National Identiy Number Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Norwegian National Identiy Number Generator Norwegian National Identiy Number Generator
ID clklbidbpmakmnepgdhafniafhllbhhp
Official URL 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.
File Size 9.02 KB
Installation Count 206
Current Version 1.0
Last Updated 2020-10-24
Publish Date 2020-10-24
Rating 3.67/5 Total 3 Ratings
Developer Frode Ingebrigtsen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}