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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}