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.”。

扩展截图

screenshot

下载Tumblr Optimiser扩展crx文件

下载Tumblr Optimiser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 the 
was created before the images were loaded ---------------------------------------------------------

扩展基本信息

名称 Tumblr Optimiser 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\/*"
    ]
}