Tumblr Optimiser

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

Τι είναι το Tumblr Optimiser;

Το Tumblr Optimiser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον migiesmith, και η κύρια λειτουργία του είναι "This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tumblr Optimiser

Λήψη αρχείων επέκτασης 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\/*"
    ]
}