UUID Generator

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

Что такое UUID Generator?

UUID Generator - это расширение Chrome, разработанное wasaequreshi, и его основная функция - "This will generate UUID's that are lowercase without the hypens".

Скачать файл CRX расширения UUID Generator

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название UUID Generator UUID Generator
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'"
}