RandomNumberGenerator
RandomNumberGenerator
RandomNumberGeneratorคืออะไร?
RandomNumberGenerator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rndgen.org และคุณลักษณะหลักของมันคือ "RandomNumberGenerator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RandomNumberGenerator
ดาวน์โหลดไฟล์ส่วนขยาย RandomNumberGenerator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Advanced random number generator You can 1. Specify min and max and how many you want. 2. Avoid duplicated numbers. 3. Order numbers by ascending/descending. 4. Save your favourite combination and load. 5. Reorder the combinations intuitively.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhlngpeiiepddnhnhkigmpdfjcjficdo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/randomnumbergenerator/lhlngpeiiepddnhnhkigmpdfjcjficdo |
คำอธิบาย | RandomNumberGenerator |
ขนาดไฟล์ | 142 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-03-06 |
วันที่เผยแพร่ | 2023-03-06 |
ผู้พัฒนา | https://rndgen.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rndgen.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RandomNumberGenerator", "version": "1.1", "description": "RandomNumberGenerator", "action": { "default_icon": { "48": "images\/rng48.png" }, "default_title": "Random Number Generator", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "48": "images\/rng48.png" }, "manifest_version": 3 } |