Zoom for Twitter®

Allows for zooming of images on twitter®

Zoom for Twitter® là gì?

Zoom for Twitter® là một tiện ích mở rộng Chrome được phát triển bởi Olumide, và tính năng chính của nó là "Allows for zooming of images on twitter®".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoom for Twitter®

Tải xuống các tệp mở rộng Zoom for Twitter® 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

                        Updated to work with the new twitter layout!

This extension allows you to zoom-in on twitter gallery pictures and photos. It allows you to zoom-in up to 50 times the current size.

The level of zoom is controlled by scrolling in the zoomed picture.                    

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

Tên Zoom for Twitter® Zoom for Twitter®
ID nnpfigodphdaapfmkbgmkljndjckkegk
URL Chính Thức https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk
Mô tả Allows for zooming of images on twitter®
Kích Thước Tệp 38.42 KB
Số Lần Cài Đặt 2,544
Phiên Bản Hiện Tại 2.0.0.1
Cập Nhật Lần Cuối 2020-04-14
Ngày Phát Hành 2020-04-08
Đánh Giá 3.60/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Olumide
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "zoom.js"
            ],
            "css": [
                "css\/zoom.css"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Allows for zooming of images on twitter\u00ae",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Zoom for Twitter\u00ae",
    "short_name": "Zoom",
    "version": "2.0.0.1"
}