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…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Number Plus

ดาวน์โหลดไฟล์ส่วนขยาย Random Number Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random Number Plus Random Number Plus
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": [
                ""
            ],
            "js": [],
            "css": [
                "popup.css"
            ]
        }
    ]
}