Tumblr Optimiser
This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.
Tumblr Optimiser란 무엇입니까?
Tumblr Optimiser은(는) migiesmith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension attempts to optimise tumblr to prevent lag after a lot of scrolling."입니다.
확장 프로그램 스크린샷
Tumblr Optimiser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension aims to reduce the lag that occurs on tumblr after scrolling down for a duration of time. May or may not work with XKit *Images inside the posts within the main image are posted by pixelatedcrown (first image from posts) and dsgn-me (other images from posts) --------------------------------------------------------- Features: Unloads the images that are off the screen and reloads them as they enter it. --------------------------------------------------------- Please leave feedback and any recommendations for improving the extension. --------------------------------------------------------- Recent Changes: - Corrected bounds in which images are loaded and unloaded as they were slightly off of the ideal boundaries. - Fixed a bug where the page would jolt as unloading certain images would shrink the size of some posts - Fixed a bug where images would overlap as thewas created before the images were loaded ---------------------------------------------------------확장 프로그램 기본 정보
이름 Tumblr Optimiser ID ilaebdchnmobmcalandfmfmlneeghoag 공식 URL https://chromewebstore.google.com/detail/tumblr-optimiser/ilaebdchnmobmcalandfmfmlneeghoag 설명 This extension attempts to optimise tumblr to prevent lag after a lot of scrolling. 파일 크기 115 KB 설치 횟수 3,620 현재 버전 1.71 최근 업데이트 2014-11-17 출시 날짜 2014-11-16 평점 3.57/5 총 54 개의 평점 개발자 migiesmith 결제 유형 free 지원되는 언어 en-GB manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Optimiser", "short_name": "Tumblr+", "description": "This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.", "version": "1.71", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.tumblr.com\/*" ], "js": [ "javaScript.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.tumblr.com\/*" ] }