RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
RandomGenคืออะไร?
RandomGen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VaughnGH และคุณลักษณะหลักของมันคือ "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RandomGen
ดาวน์โหลดไฟล์ส่วนขยาย RandomGen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RandomGen is a lightweight Random Number Generator (RNG) that is usable anywhere in Chrome. It works without interrupting the current page, requires no permissions, and runs completely offline. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
คำอธิบาย | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 1,286 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2015-07-11 |
วันที่เผยแพร่ | 2015-07-10 |
คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | VaughnGH |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandomGen", "description": "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.", "version": "0.0.3", "offline_enabled": true, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "popup.html", "default_title": "Generate!" }, "icons": { "32": "\/icons\/icon32.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "permissions": [] } |