Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Co je Fullwidth Image?
Fullwidth Image je rozšíření Chrome vyvinuté Anwar H., a jeho hlavní funkcí je „Fullwidth Image plugin makes your image fit to screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fullwidth Image
Stáhněte si soubory rozšíření Fullwidth Image 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í
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.
Základní Informace o Rozšíření
Název | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
Oficiální URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
Popis | Fullwidth Image plugin makes your image fit to screen. |
Velikost souboru | 8.67 KB |
Počet instalací | 632 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-09-27 |
Datum Vydání | 2016-09-27 |
Hodnocení | 5.00/5 Celkem 11 Hodnocení |
Vývojář | Anwar H. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullwidth Image", "description": "Fullwidth Image plugin makes your image fit to screen.", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image", "permissions": [ "activeTab" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_title": "Fullwidth Image", "default_icon": "icon.png" } } |