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开发的Chrome扩展程序,该扩展的主要功能是“Create a random Norwegian national identity number and put on the clipboard. Available from the context menu.”。
扩展截图
下载Norwegian National Identiy Number Generator扩展crx文件
下载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" } } |