MTG Scryer
A quick Magic the Gathering card search extension.
MTG Scryerคืออะไร?
MTG Scryer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nmcginn และคุณลักษณะหลักของมันคือ "A quick Magic the Gathering card search extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTG Scryer
ดาวน์โหลดไฟล์ส่วนขยาย MTG Scryer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for quick Magic the Gathering card search, using the scryfall.com API.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MTG Scryer |
ID | mlpgicpdbjmgldbgepjfhkemjgpphlnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mtg-scryer/mlpgicpdbjmgldbgepjfhkemjgpphlnf |
คำอธิบาย | A quick Magic the Gathering card search extension. |
ขนาดไฟล์ | 630 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2018-06-05 |
วันที่เผยแพร่ | 2018-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nmcginn |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nmcginn/mtg-scryer |
URL หน้าช่วยเหลือ | https://github.com/nmcginn/mtg-scryer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTG Scryer", "version": "0.2.2", "description": "A quick Magic the Gathering card search extension.", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Opens Card Search" } }, "browser_action": { "default_popup": "index.html", "default_icon": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" } }, "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "manifest_version": 2 } |