Invisible Bread - Bonus Panel Hover

Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!

Invisible Bread - Bonus Panel Hover là gì?

Invisible Bread - Bonus Panel Hover là một tiện ích mở rộng Chrome được phát triển bởi Aaron Morais, và tính năng chính của nó là "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".

Tải xuống tệp CRX của tiện ích mở rộng Invisible Bread - Bonus Panel Hover

Tải xuống các tệp mở rộng Invisible Bread - Bonus Panel Hover 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

                        Check out the source code here - http://git.io/SZFjCw                    

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

Tên Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
URL Chính Thức https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
Mô tả Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Kích Thước Tệp 35.51 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-07-08
Ngày Phát Hành 2013-07-08
Đánh Giá 2.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Aaron Morais
Loại Thanh Toán free
Trang Web Mở Rộng http://git.io/SZFjCw
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invisible Bread - Bonus Panel Hover",
    "description": "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!",
    "manifest_version": 2,
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/invisiblebread.com\/*"
            ],
            "js": [
                "jquery.js",
                "hover.js"
            ]
        }
    ]
}