Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

Apa itu Mouse Dictionary Kaggle Support?

Mouse Dictionary Kaggle Support adalah ekstensi Chrome yang dikembangkan oleh Tetsu, dan fitur utamanya adalah "Kaggle support for Mouse Dictionary".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mouse Dictionary Kaggle Support

Unduh file ekstensi Mouse Dictionary Kaggle Support dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mouse Dictionary Kaggle Support Mouse Dictionary Kaggle Support
ID bepofoammpdjhfdibmlghoaljkemineg
URL Resmi https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg
Deskripsi Kaggle support for Mouse Dictionary
Ukuran File 43.43 KB
Jumlah Instalasi 599
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-07-03
Tanggal Publikasi 2019-01-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Tetsu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/wtetsu/mouse-dictionary-iframe
Bahasa yang Didukung 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"
    }
}