Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
O que é Fullwidth Image?
Fullwidth Image é uma extensão do Chrome desenvolvida por Anwar H., e sua principal característica é "Fullwidth Image plugin makes your image fit to screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fullwidth Image
Baixe arquivos de extensão Fullwidth Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
URL Oficial | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
Descrição | Fullwidth Image plugin makes your image fit to screen. |
Tamanho do Arquivo | 8.67 KB |
Contagem de Instalações | 632 |
Versão Atual | 1.0 |
Última Atualização | 2016-09-27 |
Data de Publicação | 2016-09-27 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | Anwar H. |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |