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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |