Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
什麼是Maxwidth?
Maxwidth是由becca.ooo開發的Chrome擴展程式,該擴展的主要功能是“Prevents Tumblr from stretching lower width images to 500px.”。
擴展截圖
下載Maxwidth擴展crx文件
下載Maxwidth擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When Tumblr users upload images less than 540px in width, Tumblr stretches them to 540px, often resulting in ugly, soft images. Maxwidth reverses the stretching, returning images to their sharp state and intended resolution.
擴展基本資訊
名稱 | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
官方網址 | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
簡介 | Prevents Tumblr from stretching lower width images to 500px. |
檔案大小 | 7.47 KB |
安裝次數 | 52 |
目前版本 | 1.3.4 |
更新時間 | 2014-11-12 |
上架時間 | 2014-11-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | becca.ooo |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maxwidth", "version": "1.3.4", "manifest_version": 2, "description": "Prevents Tumblr from stretching lower width images to 500px.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |