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 |
官方網址 | 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'" } |