Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

什么是Mouse Dictionary Kaggle Support?

Mouse Dictionary Kaggle Support是由Tetsu开发的Chrome扩展程序,该扩展的主要功能是“Kaggle support for Mouse Dictionary”。

扩展截图

screenshot
screenshot

下载Mouse Dictionary Kaggle Support扩展crx文件

下载Mouse Dictionary Kaggle Support扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Mouse Dictionary Kaggle Support Mouse Dictionary Kaggle Support
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"
    }
}