Mouse Dictionary Kaggle Support
Kaggle support for Mouse Dictionary
Wat is Mouse Dictionary Kaggle Support?
Mouse Dictionary Kaggle Support is een Chrome-extensie ontwikkeld door Tetsu, en de belangrijkste functie is "Kaggle support for Mouse Dictionary".
Extensie Screenshots
Download het CRX-bestand van de extensie Mouse Dictionary Kaggle Support
Download Mouse Dictionary Kaggle Support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bepofoammpdjhfdibmlghoaljkemineg |
Officiële URL | https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg |
Beschrijving | Kaggle support for Mouse Dictionary |
Bestandsgrootte | 43.43 KB |
Aantal Installaties | 599 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-07-03 |
Publicatiedatum | 2019-01-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tetsu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wtetsu/mouse-dictionary-iframe |
Ondersteunde Talen | 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" } } |