Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Wat is Fullwidth Image?
Fullwidth Image is een Chrome-extensie ontwikkeld door Anwar H., en de belangrijkste functie is "Fullwidth Image plugin makes your image fit to screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fullwidth Image
Download Fullwidth Image-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
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.
Basisinformatie over de Extensie
Naam | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
Officiële URL | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
Beschrijving | Fullwidth Image plugin makes your image fit to screen. |
Bestandsgrootte | 8.67 KB |
Aantal Installaties | 632 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-27 |
Publicatiedatum | 2016-09-27 |
Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Anwar H. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |