Norwegian National Identiy Number Generator

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

Norwegian National Identiy Number Generator क्या है?

Norwegian National Identiy Number Generator Frode Ingebrigtsen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Norwegian National Identiy Number Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Norwegian National Identiy Number Generator Norwegian National Identiy Number Generator
ID clklbidbpmakmnepgdhafniafhllbhhp
आधिकारिक URL https://chromewebstore.google.com/detail/norwegian-national-identi/clklbidbpmakmnepgdhafniafhllbhhp
विवरण Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.
फ़ाइल का आकार 9.02 KB
स्थापना संख्या 206
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-10-24
प्रकाशन तिथि 2020-10-24
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Frode Ingebrigtsen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}