Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Was ist Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support ist eine Chrome-Erweiterung, die von Tetsu entwickelt wurde, und ihr Hauptmerkmal ist "Kaggle support for Mouse Dictionary".
Erweiterungsscreenshots
Mouse Dictionary Kaggle Support-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mouse Dictionary Kaggle Support-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
Offizielle URL | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Beschreibung | Kaggle support for Mouse Dictionary |
Dateigröße | 43.43 KB |
Installationsanzahl | 599 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2022-07-03 |
Veröffentlichungsdatum | 2019-01-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tetsu |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/wtetsu/mouse-dictionary-iframe |
Unterstützte Sprachen | 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" } } |