Mouse Dictionary Kaggle Support

Kaggle support for Mouse Dictionary

Mouse Dictionary Kaggle Support là gì?

Mouse Dictionary Kaggle Support là một tiện ích mở rộng Chrome được phát triển bởi Tetsu, và tính năng chính của nó là "Kaggle support for Mouse Dictionary".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mouse Dictionary Kaggle Support

Tải xuống các tệp mở rộng Mouse Dictionary Kaggle Support dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mouse Dictionary Kaggle Support Mouse Dictionary Kaggle Support
ID bepofoammpdjhfdibmlghoaljkemineg
URL Chính Thức https://chromewebstore.google.com/detail/mouse-dictionary-kaggle-s/bepofoammpdjhfdibmlghoaljkemineg
Mô tả Kaggle support for Mouse Dictionary
Kích Thước Tệp 43.43 KB
Số Lần Cài Đặt 599
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-07-03
Ngày Phát Hành 2019-01-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tetsu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wtetsu/mouse-dictionary-iframe
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}