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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |