AutoDice
A simple dice roller.
AutoDiceคืออะไร?
AutoDice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cyborgsushi.com และคุณลักษณะหลักของมันคือ "A simple dice roller."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoDice
ดาวน์โหลดไฟล์ส่วนขยาย AutoDice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to roll a dice, but to lazy to press a button? Then try AutoDice, a dice that rolls it self! Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License, more info at http://creativecommons.org/licenses/by-nc-nd/3.0/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoDice |
ID | bnejadjgfckllmggaioifgcmppekedbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
คำอธิบาย | A simple dice roller. |
ขนาดไฟล์ | 17.07 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-06-16 |
วันที่เผยแพร่ | 2012-06-16 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.cyborgsushi.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.cyborgsushi.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoDice", "description": "A simple dice roller.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "name": "Roll the Dice", "icons": [ "icon_128.png", "icon_48.png", "icon_16.png" ] }, "manifest_version": 2 } |