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 - это расширение Chrome, разработанное Frode Ingebrigtsen, и его основная функция - "Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Norwegian National Identiy Number Generator
Скачайте файлы расширений Norwegian National Identiy Number Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
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" } } |