FitWidth
Adds an additional zoom mode for the default image view.
Wat is FitWidth?
FitWidth is een Chrome-extensie ontwikkeld door shylux, en de belangrijkste functie is "Adds an additional zoom mode for the default image view.".
Extensie Screenshots
Download het CRX-bestand van de extensie FitWidth
Download FitWidth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
Officiële URL | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
Beschrijving | Adds an additional zoom mode for the default image view. |
Bestandsgrootte | 37.4 KB |
Aantal Installaties | 490 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-04-21 |
Publicatiedatum | 2019-09-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | shylux |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/shylux/FitWidth |
Help Pagina-URL | https://github.com/shylux/FitWidth/issues |
Ondersteunde Talen | 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 } |