UUID Generator
This will generate UUID's that are lowercase without the hypens
UUID Generatorとは何ですか?
UUID Generatorはwasaequreshiによって開発されたChromeの拡張機能で、その主な機能は「This will generate UUID's that are lowercase without the hypens」です。
UUID Generator拡張機能のCRXファイルをダウンロード
UUID Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.
拡張機能の基本情報
名前 | |
ID | anokbbpkjnicneebnocjiiclndodpafc |
公式URL | https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc |
説明 | This will generate UUID's that are lowercase without the hypens |
ファイルサイズ | 59.14 KB |
インストール数 | 28 |
現在のバージョン | 1.0 |
最終更新日 | 2017-02-10 |
公開日 | 2017-02-10 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | wasaequreshi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UUID Generator", "description": "This will generate UUID's that are lowercase without the hypens", "version": "1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "identity", "identity.email" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |