Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
Better Cardmarket (MTG) unofficialとは何ですか?
Better Cardmarket (MTG) unofficialはUnknownによって開発されたChromeの拡張機能で、その主な機能は「optimizing function and design of cardmarket.com」です。
拡張機能のスクリーンショット
Better Cardmarket (MTG) unofficial拡張機能のCRXファイルをダウンロード
Better Cardmarket (MTG) unofficial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A unofficial browser extensions for optimizing design and functions of cardmarket.com Features: - added small preview images to cardmarket - added a button to magiccards.info to search for cardmarket prices Please help improving this addon and contribute at github: https://github.com/newsfusion/better-cardmarket
拡張機能の基本情報
名前 | Better Cardmarket (MTG) unofficial |
ID | fplghokcfgbdedalpmbmjlafpagclbef |
公式URL | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
説明 | optimizing function and design of cardmarket.com |
ファイルサイズ | 116 KB |
インストール数 | 55 |
現在のバージョン | 0.0.3 |
最終更新日 | 2018-03-15 |
公開日 | 2018-03-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Cardmarket (MTG) unofficial", "version": "0.0.3", "manifest_version": 2, "description": "optimizing function and design of cardmarket.com", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.cardmarket.com\/*", "https:\/\/magiccards.info\/*" ], "js": [ "scripts\/lib\/jquery-3.3.1.min.js", "scripts\/cardmarket.js" ], "css": [ "styles\/cardmarket.css" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/magiccards.info\/*" ], "js": [ "scripts\/lib\/jquery-3.3.1.min.js", "scripts\/magiccardsinfo.js" ], "css": [ "styles\/magiccardsinfo.css" ], "run_at": "document_end", "all_frames": false } ] } |