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" ] } |