Norwegian National Identiy Number Generator

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

Co je Norwegian National Identiy Number Generator?

Norwegian National Identiy Number Generator je rozšíření Chrome vyvinuté Frode Ingebrigtsen, a jeho hlavní funkcí je „Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Norwegian National Identiy Number Generator

Stáhněte si soubory rozšíření Norwegian National Identiy Number Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Norwegian National Identiy Number Generator Norwegian National Identiy Number Generator
ID clklbidbpmakmnepgdhafniafhllbhhp
Oficiální URL https://chromewebstore.google.com/detail/norwegian-national-identi/clklbidbpmakmnepgdhafniafhllbhhp
Popis Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.
Velikost souboru 9.02 KB
Počet instalací 206
Aktuální Verze 1.0
Poslední Aktualizace 2020-10-24
Datum Vydání 2020-10-24
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Frode Ingebrigtsen
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}