Magic: The Gathering card search
Search for Magic: The Gathering cards in the magiccard.info database
什麼是Magic: The Gathering card search?
Magic: The Gathering card search是由Jonas Persson開發的Chrome擴展程式,該擴展的主要功能是“Search for Magic: The Gathering cards in the magiccard.info database”。
擴展截圖
下載Magic: The Gathering card search擴展crx文件
下載Magic: The Gathering card search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards.
擴展基本資訊
名稱 | Magic: The Gathering card search |
ID | hedegdfkgcpbkohmhojiamfmmcoalnoc |
官方網址 | https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc |
簡介 | Search for Magic: The Gathering cards in the magiccard.info database |
檔案大小 | 148 KB |
安裝次數 | 148 |
目前版本 | 1.0.0.3 |
更新時間 | 2017-10-26 |
上架時間 | 2017-10-26 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Jonas Persson |
付費類型 | free |
擴展官網 | https://github.com/jop-io/mtg-card-search |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic: The Gathering card search", "short_name": "MTG card search", "description": "Search for Magic: The Gathering cards in the magiccard.info database", "version": "1.0.0.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "offline_enabled": true } |