Magic: The Gathering card search
Search for Magic: The Gathering cards in the magiccard.info database
Magic: The Gathering card searchคืออะไร?
Magic: The Gathering card search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonas Persson และคุณลักษณะหลักของมันคือ "Search for Magic: The Gathering cards in the magiccard.info database"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic: The Gathering card search
ดาวน์โหลดไฟล์ส่วนขยาย Magic: The Gathering card search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hedegdfkgcpbkohmhojiamfmmcoalnoc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc |
| คำอธิบาย | Search for Magic: The Gathering cards in the magiccard.info database |
| ขนาดไฟล์ | 148 KB |
| จำนวนการติดตั้ง | 148 |
| เวอร์ชันปัจจุบัน | 1.0.0.3 |
| อัปเดตครั้งล่าสุด | 2017-10-26 |
| วันที่เผยแพร่ | 2017-10-26 |
| คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Jonas Persson |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/jop-io/mtg-card-search |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magic: The Gathering card search",
"short_name": "MTG card search",
"description": "Search for Magic: The Gathering cards in the magiccard.info database",
"version": "1.0.0.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"offline_enabled": true
} | |