Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

Τι είναι το Mouse Dictionary Kaggle Support;

Το Mouse Dictionary Kaggle Support είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tetsu, και η κύρια λειτουργία του είναι "Kaggle support for Mouse Dictionary".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mouse Dictionary Kaggle Support

Λήψη αρχείων επέκτασης 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"
    }
}