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 |
| 官方網址 | 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
} | |