Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
ما هو Mouse Dictionary Kaggle Support؟
Mouse Dictionary Kaggle Support هو إضافة Chrome تم تطويرها بواسطة Tetsu، والميزة الرئيسية لها هي "Kaggle support for Mouse Dictionary".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mouse Dictionary Kaggle Support
قم بتنزيل ملفات الامتداد Mouse Dictionary Kaggle Support بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add Kaggle support to Mouse Dictionary! This extension enables the super fast dictionary to work with Kaggle contents. Since this extension automatically runs, all you have to do is to install this extension. You can turn on / off its function by clicking the icon. See here for the technical details: https://github.com/wtetsu/mouse-dictionary-enhancer
معلومات أساسية عن التمديد
الاسم | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
الوصف | Kaggle support for Mouse Dictionary |
حجم الملف | 43.43 KB |
عدد التثبيتات | 599 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2022-07-03 |
تاريخ النشر | 2019-01-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Tetsu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/wtetsu/mouse-dictionary-iframe |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Dictionary Kaggle Support", "manifest_version": 3, "version": "1.1.0", "description": "__MSG_appDesc__", "default_locale": "en", "author": "wtetsu", "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "js": [ "content.js" ], "matches": [ "https:\/\/www.kaggleusercontent.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon48.png", "default_title": "Mouse Dictionary Kaggle Support" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |