Magic Cards.info Enhanced Searching
Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.
Magic Cards.info Enhanced Searchingคืออะไร?
Magic Cards.info Enhanced Searching เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.greg.shaykos.com และคุณลักษณะหลักของมันคือ "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Cards.info Enhanced Searching
ดาวน์โหลดไฟล์ส่วนขยาย Magic Cards.info Enhanced Searching ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin provides a number of enhancements to one of my favorite Magic The Gathering site: http://magiccards.info/. A list of features: - Grid layout view by default - Infinite scrolling, no longer clicking next and waiting... - Press keys 1-9 to indicate how many cards per row should show. - Floating search bar, so you don't have to scroll back to the top to make a new search. MTG - Magic the Gathering
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | phaooiaefcefinompieplblbodepdeco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco |
คำอธิบาย | Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card. |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-01-07 |
วันที่เผยแพร่ | 2014-01-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.greg.shaykos.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Cards.info Enhanced Searching", "version": "1.0.0", "manifest_version": 2, "description": "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.", "icons": { "128": "icons\/icon.png" }, "default_locale": "en", "web_accessible_resources": [ "src\/inject\/clippy.swf" ], "permissions": [ "http:\/\/magiccards.info\/*" ], "content_scripts": [ { "matches": [ "http:\/\/magiccards.info\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_start" } ] } |