Furaffinity img resize
Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Furaffinity img resizeとは何ですか?
Furaffinity img resizeはTrinitasによって開発されたChromeの拡張機能で、その主な機能は「Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size」です。
拡張機能のスクリーンショット
Furaffinity img resize拡張機能のCRXファイルをダウンロード
Furaffinity img resize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Alternative 1: (Orange fox) Auto resizeing images and Flash movies so they fit window properly in furaffinity/view/ Alternative 2: (Pink fox) click for 3 different image size in furaffinity/view/ Alternative 3: (Red fox) Undo all changes and furaffinity works as normal and app is off
拡張機能の基本情報
名前 | ![]() |
ID | ffcnolecicobnjmgddllmfciibkcbnff |
公式URL | https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff |
説明 | Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size |
ファイルサイズ | 38.89 KB |
インストール数 | 72 |
現在のバージョン | 0.1 |
最終更新日 | 2016-03-27 |
公開日 | 2016-03-27 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Trinitas |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Furaffinity img resize", "version": "0.1", "manifest_version": 2, "description": "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size", "icons": { "16": "img\/fura16red.png", "128": "img\/fura128.png" }, "browser_action": [], "background": { "scripts": [ "js\/resize-img-background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.furaffinity.net\/view\/*" ], "js": [ "js\/jquery-2.2.1.min.js", "js\/resize-img.js" ] } ], "minimum_chrome_version": "20", "permissions": [ "windows", "tabs", "storage", "contextMenus" ] } |