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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |