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
擴展基本資訊
名稱 | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
官方網址 | 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 |
電子郵箱 | [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 } |