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은(는) http://www.greg.shaykos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |