Twitter.com Optimized for Chrome

Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater

Twitter.com Optimized for Chromeคืออะไร?

Twitter.com Optimized for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReyHaynes และคุณลักษณะหลักของมันคือ "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter.com Optimized for Chrome

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

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

                        Notice slow scrolling and bad performance while using Twitter.com?
Yea, me too...and it got to a point where I just wanted to fix it...

...download this Extension for better performance!                    

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

ชื่อ Twitter.com Optimized for Chrome Twitter.com Optimized for Chrome
ID pcjdkchmolbfddhnadplafncfeccjehi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twittercom-optimized-for/pcjdkchmolbfddhnadplafncfeccjehi
คำอธิบาย Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater
ขนาดไฟล์ 7.89 KB
จำนวนการติดตั้ง 757
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-05
วันที่เผยแพร่ 2013-09-05
คะแนน 4.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา ReyHaynes
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/ReyHaynes
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter.com Optimized for Chrome",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "page_action": {
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "please-optimize.js"
            ],
            "run_at": "document_end"
        }
    ]
}