Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Qu'est-ce que Mouse Dictionary Kaggle Support ?
Mouse Dictionary Kaggle Support est une extension Chrome développée par Tetsu, et sa fonction principale est "Kaggle support for Mouse Dictionary".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mouse Dictionary Kaggle Support
Téléchargez les fichiers d'extension Mouse Dictionary Kaggle Support au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
URL Officiel | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Description | Kaggle support for Mouse Dictionary |
Taille du Fichier | 43.43 KB |
Nombre d'Installations | 599 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-07-03 |
Date de Publication | 2019-01-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tetsu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/wtetsu/mouse-dictionary-iframe |
Langues Prises en Charge | 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" } } |