Mixmax Button Shrinker

Shrinks Mixmax buttons down to an icon (Inbox by Gmail)

Mixmax Button Shrinker là gì?

Mixmax Button Shrinker là một tiện ích mở rộng Chrome được phát triển bởi Phaed, và tính năng chính của nó là "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mixmax Button Shrinker

Tải xuống các tệp mở rộng Mixmax Button Shrinker 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

                                            

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

Tên Mixmax Button Shrinker Mixmax Button Shrinker
ID gefklilejgcjbnlohhhmfnhaldljicpn
URL Chính Thức https://chrome.google.com/webstore/detail/mixmax-button-shrinker/gefklilejgcjbnlohhhmfnhaldljicpn
Mô tả Shrinks Mixmax buttons down to an icon (Inbox by Gmail)
Kích Thước Tệp 24.75 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2016-05-20
Ngày Phát Hành 2016-05-20
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Phaed
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mixmax Button Shrinker",
    "description": "Shrinks Mixmax buttons down to an icon (Inbox by Gmail)",
    "version": "3.5",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "mm.css"
            ],
            "js": [
                "mm.js"
            ],
            "run_at": "document_end"
        }
    ]
}