8chan Image expander

Expands images on 8chanX when hovered on.

8chan Image expander là gì?

8chan Image expander là một tiện ích mở rộng Chrome được phát triển bởi calza27, và tính năng chính của nó là "Expands images on 8chanX when hovered on.".

Ả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 8chan Image expander

Tải xuống các tệp mở rộng 8chan Image expander 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

                        This extension will expand images on 8chan when they're moused over. Works with all picture types, and webms.

Images will be displayed at their natural resolution, and if their wider than 960 pixels, the image will be scaled back to a width of 960px accordingly. Same for the height, but it will be scaled back to 810px.

Webms will be displayed at 960 X 540, half the resolution of 1920X 1080.

===== Version History =====
v1.4.0 - 8chan Image Expander released
       -Expands images and webms on hover

v1.4.5 - Added in pictures moving in right hand side of screen with cursor movement

v1.4.7 - Images now appear in the top right hand corner of browser window
       - Removed cursor tracing

If there are any issues feel free to email me at [email protected]                    

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

Tên 8chan Image expander 8chan Image expander
ID eppjgiadijagdghkdfgjcpkmmjhdcnll
URL Chính Thức https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll
Mô tả Expands images on 8chanX when hovered on.
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.4.7
Cập Nhật Lần Cuối 2014-09-23
Ngày Phát Hành 2014-09-23
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển calza27
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8chan Image expander",
    "version": "1.4.7",
    "description": "Expands images on 8chanX when hovered on.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/8chan.co\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}