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 |
公式URL | 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" ] } ] } |