Random Number Plus
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…
ما هو Random Number Plus؟
Random Number Plus هو إضافة Chrome تم تطويرها بواسطة matthew.teja، والميزة الرئيسية لها هي "Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Random Number Plus
قم بتنزيل ملفات الامتداد Random Number Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related tasks. Functions include coin flips, dice rolls, random card draws, number generators and more! To use the extension, click the icon and select the function from the drop down menu.
معلومات أساسية عن التمديد
الاسم | |
ID | ciaeedbhghjjfckbpedkgmfjmobpggog |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/random-number-plus/ciaeedbhghjjfckbpedkgmfjmobpggog |
الوصف | Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related… |
حجم الملف | 14.58 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-07-12 |
تاريخ النشر | 2018-07-12 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | matthew.teja |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Number Plus", "version": "0.1", "author": "Matthew Teja", "browser_action": { "default_popup": "popup.html" }, "short_name": "RNP Generator", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "notifications" ], "content_scripts": [ { "matches": [ " |