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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |