MTG Scryer
A quick Magic the Gathering card search extension.
什麼是MTG Scryer?
MTG Scryer是由nmcginn開發的Chrome擴展程式,該擴展的主要功能是“A quick Magic the Gathering card search extension.”。
擴展截圖
下載MTG Scryer擴展crx文件
下載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 |
官方網址 | 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 } |