Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Co to jest Fullwidth Image?
Fullwidth Image to rozszerzenie Chrome opracowane przez Anwar H., a jego główną funkcją jest „Fullwidth Image plugin makes your image fit to screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fullwidth Image
Pobierz pliki rozszerzeń Fullwidth Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
Oficjalny URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
Opis | Fullwidth Image plugin makes your image fit to screen. |
Rozmiar pliku | 8.67 KB |
Liczba instalacji | 632 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-09-27 |
Data Publikacji | 2016-09-27 |
Ocena | 5.00/5 Łącznie 11 Oceny |
Deweloper | Anwar H. |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |