Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Magic 8 Ballคืออะไร?
Magic 8 Ball เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steveurkel99 และคุณลักษณะหลักของมันคือ "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic 8 Ball
ดาวน์โหลดไฟล์ส่วนขยาย Magic 8 Ball ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iiimmlpodmdnekgbagaoapadcajjgibb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb |
| คำอธิบาย | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! |
| ขนาดไฟล์ | 12.56 KB |
| จำนวนการติดตั้ง | 400 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2017-06-04 |
| วันที่เผยแพร่ | 2017-06-03 |
| คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | steveurkel99 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magic 8 Ball",
"description": "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!",
"version": "1.0",
"browser_action": {
"default_icon": "8BallIcon.png",
"default_popup": "8BallPopup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |