Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

What is Mouse Dictionary Kaggle Support?

Mouse Dictionary Kaggle Support is a Chrome extension developed by Tetsu, and its main feature is "Kaggle support for Mouse Dictionary".

Extension Screenshots

screenshot
screenshot

Download Mouse Dictionary Kaggle Support Extension CRX File

Download Mouse Dictionary Kaggle Support extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mouse Dictionary Kaggle Support Mouse Dictionary Kaggle Support
ID bepofoammpdjhfdibmlghoaljkemineg
Official URL https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg
Description Kaggle support for Mouse Dictionary
File Size 43.43 KB
Installation Count 599
Current Version 1.1.0
Last Updated 2022-07-03
Publish Date 2019-01-23
Rating 5.00/5 Total 1 Ratings
Developer Tetsu
Email [email protected]
Payment Type free
Extension Website https://github.com/wtetsu/mouse-dictionary-iframe
Supported Languages 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"
    }
}