Scryfall Context Menu
Search Magic: the Gathering cards with Scryfall by using the context menu.
Scryfall Context Menuคืออะไร?
Scryfall Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maxremming และคุณลักษณะหลักของมันคือ "Search Magic: the Gathering cards with Scryfall by using the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scryfall Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย Scryfall Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search Scryfall from the right click menu when you have text selected. Not affiliated with the people running Scryfall.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scryfall Context Menu |
ID | pdaefogenfkpljnobjodfenjgnkjjpgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc |
คำอธิบาย | Search Magic: the Gathering cards with Scryfall by using the context menu. |
ขนาดไฟล์ | 35.3 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2019-01-04 |
วันที่เผยแพร่ | 2019-01-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | maxremming |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scryfall Context Menu", "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.", "version": "0.3.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "index.js" ] }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "512": "icon-512.png" }, "manifest_version": 2 } |