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
官方網址 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\/*"
    ]
}