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
Eメール [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"
    }
}