Image Autosizer
Customize how images are displayed and controlled within your browser.
Image Autosizer란 무엇입니까?
Image Autosizer은(는) k-mouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize how images are displayed and controlled within your browser."입니다.
확장 프로그램 스크린샷
Image Autosizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Image Autosizer provides control over how image files are displayed in the browser window. Features: - Several display modes, changing how the image scales to the window - Smooth/inertial panning - Custom background color - Optional checkerboard-background - Option to close image on long mouse press Usage: - First, open up an image file - Click image to toggle the size - Double click to fill image to window - Press 'c' to temporarily change background color There is a quick guide in the preferences with some additional details. This extension was originally developed for Opera and is now finally available for Chrome! Chrome is quite limited in terms of viewing images, so this extension provides much-needed features for this purpose and should make your browsing experience more comfortable. All feedback is appreciated. Many of your suggestions have been implemented in previous versions so keep them coming. I do this for free on my spare time, your response now and then helps motivate me, thanks! Q & A ======== Q: This extension does not work! A: Go to the extension's preferences and read through the quick guide. If it doesn't work only on certain pages, make sure you have enabled the extension for secure pages if you are surfing on one. Also remember that this extension only takes effect if an image file is opened. It does not do anything to images located inside an html-document.
확장 프로그램 기본 정보
이름 | Image Autosizer |
ID | kbbmeeflfcjnbeelhinbnlmdjmekfhbm |
공식 URL | https://chromewebstore.google.com/detail/image-autosizer/kbbmeeflfcjnbeelhinbnlmdjmekfhbm |
설명 | Customize how images are displayed and controlled within your browser. |
파일 크기 | 41.63 KB |
설치 횟수 | 4,552 |
현재 버전 | 3.4 |
최근 업데이트 | 2017-02-03 |
출시 날짜 | 2017-02-03 |
평점 | 4.15/5 총 59 개의 평점 |
개발자 | k-mouse |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://vivaldi.net/en-US/userblogs/entry/image-autosizer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Autosizer", "description": "Customize how images are displayed and controlled within your browser.", "manifest_version": 2, "version": "3.4", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "18": "img\/icon_18.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ " |