Zoom for Twitter®

Allows for zooming of images on twitter®

Zoom for Twitter®คืออะไร?

Zoom for Twitter® เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Olumide และคุณลักษณะหลักของมันคือ "Allows for zooming of images on twitter®"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom for Twitter®

ดาวน์โหลดไฟล์ส่วนขยาย Zoom for Twitter® ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zoom for Twitter® Zoom for Twitter®
ID nnpfigodphdaapfmkbgmkljndjckkegk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk
คำอธิบาย Allows for zooming of images on twitter®
ขนาดไฟล์ 38.42 KB
จำนวนการติดตั้ง 2,544
เวอร์ชันปัจจุบัน 2.0.0.1
อัปเดตครั้งล่าสุด 2020-04-14
วันที่เผยแพร่ 2020-04-08
คะแนน 3.60/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Olumide
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}