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 |
Eメール | [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" } } |