Random Number Generator

A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.

Random Number Generatorคืออะไร?

Random Number Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max's Extensions และคุณลักษณะหลักของมันคือ "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene."

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

screenshot

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

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

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

                        Generates a random number between the user-given parameters.                    

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

ชื่อ Random Number Generator Random Number Generator
ID ckdkgoogioikcpmpmoecocgfdangpecg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-number-generator/ckdkgoogioikcpmpmoecocgfdangpecg
คำอธิบาย A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.
ขนาดไฟล์ 18.31 KB
จำนวนการติดตั้ง 10,028
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-03-20
วันที่เผยแพร่ 2018-10-21
คะแนน 4.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Max's Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Number Generator",
    "description": "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.",
    "version": "0.1.0",
    "author": "YoLlama",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Random # Gen.",
        "default_popup": "numbergen.html"
    },
    "permissions": [
        "activeTab"
    ]
}