UUID Generator

This will generate UUID's that are lowercase without the hypens

UUID Generator là gì?

UUID Generator là một tiện ích mở rộng Chrome được phát triển bởi wasaequreshi, và tính năng chính của nó là "This will generate UUID's that are lowercase without the hypens".

Tải xuống tệp CRX của tiện ích mở rộng UUID Generator

Tải xuống các tệp mở rộng UUID Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This will generate the number of UUID's you request. Dashes are also eliminated from the UUID in this extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UUID Generator UUID Generator
ID anokbbpkjnicneebnocjiiclndodpafc
URL Chính Thức https://chrome.google.com/webstore/detail/uuid-generator/anokbbpkjnicneebnocjiiclndodpafc
Mô tả This will generate UUID's that are lowercase without the hypens
Kích Thước Tệp 59.14 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-02-10
Ngày Phát Hành 2017-02-10
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wasaequreshi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}