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" } } |