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