FitWidth
Adds an additional zoom mode for the default image view.
FitWidthとは何ですか?
FitWidthはshyluxによって開発されたChromeの拡張機能で、その主な機能は「Adds an additional zoom mode for the default image view.」です。
拡張機能のスクリーンショット
FitWidth拡張機能のCRXファイルをダウンロード
FitWidth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Google Chrome image view has two different zoom modes. This extension adds a third one.
Fit height or width: Fits the image to the window size.
Original size: Displays the image in the original size. Ignores the window size.
-New- Fit width: Fits the image to the window width. If the image is too high a scollbar is used.
This new mode is perfect to view very thin and high images like Screencaps.
Source: https://github.com/shylux/FitWidth 拡張機能の基本情報
| 名前 | |
| ID | pggbiaffhagpmifmogkfibinbbgacled |
| 公式URL | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
| 説明 | Adds an additional zoom mode for the default image view. |
| ファイルサイズ | 37.4 KB |
| インストール数 | 490 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-04-21 |
| 公開日 | 2019-09-21 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | shylux |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/shylux/FitWidth |
| ヘルプページのURL | https://github.com/shylux/FitWidth/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FitWidth",
"version": "1.1",
"description": "Adds an additional zoom mode for the default image view.",
"icons": {
"128": "zoomplus.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"jquery-2.1.1.min.js",
"maximg.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"manifest_version": 2
} | |