Norwegian National Identiy Number Generator
Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.
Co to jest Norwegian National Identiy Number Generator?
Norwegian National Identiy Number Generator to rozszerzenie Chrome opracowane przez Frode Ingebrigtsen, a jego główną funkcją jest „Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Norwegian National Identiy Number Generator
Pobierz pliki rozszerzeń Norwegian National Identiy Number Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | clklbidbpmakmnepgdhafniafhllbhhp |
Oficjalny URL | https://chromewebstore.google.com/detail/norwegian-national-identi/clklbidbpmakmnepgdhafniafhllbhhp |
Opis | Create a random Norwegian national identity number and put on the clipboard. Available from the context menu. |
Rozmiar pliku | 9.02 KB |
Liczba instalacji | 206 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-10-24 |
Data Publikacji | 2020-10-24 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Frode Ingebrigtsen |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |