Scryfall Context Menu
Search Magic: the Gathering cards with Scryfall by using the context menu.
什么是Scryfall Context Menu?
Scryfall Context Menu是由maxremming开发的Chrome扩展程序,该扩展的主要功能是“Search Magic: the Gathering cards with Scryfall by using the context menu.”。
扩展截图
下载Scryfall Context Menu扩展crx文件
下载Scryfall Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Search Scryfall from the right click menu when you have text selected.
Not affiliated with the people running Scryfall.                     扩展基本信息
| 名称 |   |  
| ID | pdaefogenfkpljnobjodfenjgnkjjpgc | 
| 官方URL | https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc | 
| 简介 | Search Magic: the Gathering cards with Scryfall by using the context menu. | 
| 文件大小 | 35.3 KB | 
| 安装次数 | 78 | 
| 当前版本 | 0.3.0 | 
| 更新时间 | 2019-01-04 | 
| 上架时间 | 2019-01-04 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | maxremming | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scryfall Context Menu",
    "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.",
    "version": "0.3.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "512": "icon-512.png"
    },
    "manifest_version": 2
}  |  |