Moxfield Highlighter
Adds additional functionality to the highlighter tool in Moxfield
Moxfield Highlighter là gì?
Moxfield Highlighter là một tiện ích mở rộng Chrome được phát triển bởi HeadAdmiral, và tính năng chính của nó là "Adds additional functionality to the highlighter tool in Moxfield".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Moxfield Highlighter
Tải xuống các tệp mở rộng Moxfield Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moxfield Highlighter |
ID | ibnpndghkfdigghjeefcilhdagiepedn |
URL Chính Thức | https://chromewebstore.google.com/detail/moxfield-highlighter/ibnpndghkfdigghjeefcilhdagiepedn |
Mô tả | Adds additional functionality to the highlighter tool in Moxfield |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2021-08-04 |
Ngày Phát Hành | 2021-08-03 |
Nhà Phát Triển | HeadAdmiral |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |