Tumblr Optimiser

This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.

Tumblr Optimiser क्या है?

Tumblr Optimiser migiesmith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension attempts to optimise tumblr to prevent lag after a lot of scrolling."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tumblr Optimiser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}