Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

Co to jest Mouse Dictionary Kaggle Support?

Mouse Dictionary Kaggle Support to rozszerzenie Chrome opracowane przez Tetsu, a jego główną funkcją jest „Kaggle support for Mouse Dictionary”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Mouse Dictionary Kaggle Support

Pobierz pliki rozszerzeń Mouse Dictionary Kaggle Support w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mouse Dictionary Kaggle Support Mouse Dictionary Kaggle Support
ID bepofoammpdjhfdibmlghoaljkemineg
Oficjalny URL https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg
Opis Kaggle support for Mouse Dictionary
Rozmiar pliku 43.43 KB
Liczba instalacji 599
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-07-03
Data Publikacji 2019-01-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Tetsu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/wtetsu/mouse-dictionary-iframe
Obsługiwane Języki 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"
    }
}