Moxfield Highlighter
Adds additional functionality to the highlighter tool in Moxfield
Moxfield Highlighterとは何ですか?
Moxfield HighlighterはHeadAdmiralによって開発されたChromeの拡張機能で、その主な機能は「Adds additional functionality to the highlighter tool in Moxfield」です。
拡張機能のスクリーンショット
Moxfield Highlighter拡張機能のCRXファイルをダウンロード
Moxfield Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to use the highlighter tool to search the cards in your deck. If you search for o:draw, every card that has the word "draw" in its text will be highlighted in blue.
拡張機能の基本情報
名前 | Moxfield Highlighter |
ID | ibnpndghkfdigghjeefcilhdagiepedn |
公式URL | https://chromewebstore.google.com/detail/moxfield-highlighter/ibnpndghkfdigghjeefcilhdagiepedn |
説明 | Adds additional functionality to the highlighter tool in Moxfield |
ファイルサイズ | 107 KB |
インストール数 | 27 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2021-08-04 |
公開日 | 2021-08-03 |
開発者 | HeadAdmiral |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moxfield Highlighter", "description": "Adds additional functionality to the highlighter tool in Moxfield", "version": "0.0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.moxfield.com\/decks\/*" ], "run_at": "document_end", "css": [ "styles.css" ], "js": [ "moxfield.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |