Tumblr Optimiser

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

O que é Tumblr Optimiser?

Tumblr Optimiser é uma extensão do Chrome desenvolvida por migiesmith, e sua principal característica é "This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tumblr Optimiser

Baixe arquivos de extensão Tumblr Optimiser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 ---------------------------------------------------------

Informações Básicas da Extensão

Nome Tumblr Optimiser Tumblr Optimiser
ID ilaebdchnmobmcalandfmfmlneeghoag
URL Oficial https://chromewebstore.google.com/detail/tumblr-optimiser/ilaebdchnmobmcalandfmfmlneeghoag
Descrição This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.
Tamanho do Arquivo 115 KB
Contagem de Instalações 3,620
Versão Atual 1.71
Última Atualização 2014-11-17
Data de Publicação 2014-11-16
Classificação 3.57/5 Total de 54 Avaliações
Desenvolvedor migiesmith
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}