FitWidth
Adds an additional zoom mode for the default image view.
Co je FitWidth?
FitWidth je rozšíření Chrome vyvinuté shylux, a jeho hlavní funkcí je „Adds an additional zoom mode for the default image view.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FitWidth
Stáhněte si soubory rozšíření FitWidth ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
Oficiální URL | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
Popis | Adds an additional zoom mode for the default image view. |
Velikost souboru | 37.4 KB |
Počet instalací | 490 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-04-21 |
Datum Vydání | 2019-09-21 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | shylux |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/shylux/FitWidth |
URL Stránky Nápovědy | https://github.com/shylux/FitWidth/issues |
Podporované Jazyky | 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 } |