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ファイルをダウンロード
Image Autosizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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": [ " |