Moxfield Highlighter
Adds additional functionality to the highlighter tool in Moxfield
ما هو Moxfield Highlighter؟
Moxfield Highlighter هو إضافة Chrome تم تطويرها بواسطة HeadAdmiral، والميزة الرئيسية لها هي "Adds additional functionality to the highlighter tool in Moxfield".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Moxfield Highlighter
قم بتنزيل ملفات الامتداد Moxfield Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } } |