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
} | |