Tumblr Optimiser
This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.
Tumblr Optimiserとは何ですか?
Tumblr Optimiserはmigiesmithによって開発されたChromeの拡張機能で、その主な機能は「This extension attempts to optimise tumblr to prevent lag after a lot of scrolling.」です。
拡張機能のスクリーンショット
Tumblr Optimiser拡張機能のCRXファイルをダウンロード
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 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\/*"
]
}