FitWidth
Adds an additional zoom mode for the default image view.
Hvad er FitWidth?
FitWidth er en Chrome-udvidelse udviklet af shylux, og dens hovedfunktion er "Adds an additional zoom mode for the default image view.".
Udvidelsesskærmbilleder
Download FitWidth-udvidelses-CRX-fil
Download FitWidth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pggbiaffhagpmifmogkfibinbbgacled |
| Officiel URL | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
| Beskrivelse | Adds an additional zoom mode for the default image view. |
| Filstørrelse | 37.4 KB |
| Antal Installationer | 490 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2021-04-21 |
| Udgivelsesdato | 2019-09-21 |
| Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
| Udvikler | shylux |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/shylux/FitWidth |
| Hjælpeside-URL | https://github.com/shylux/FitWidth/issues |
| Understøttede Sprog | 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
} | |