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是由ReyHaynes開發的Chrome擴展程式,該擴展的主要功能是“Just fixing some common performance bottleneck annoyances on Twitter.com. Enjoy smooth scrolling at 60FPS! #ThankMeLater”。
擴展截圖
下載Twitter.com Optimized for Chrome擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | pcjdkchmolbfddhnadplafncfeccjehi |
| 官方網址 | 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"
}
]
} | |