Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Mouse Dictionary Kaggle Support क्या है?
Mouse Dictionary Kaggle Support Tetsu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kaggle support for Mouse Dictionary"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mouse Dictionary Kaggle Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |