FitWidth
Adds an additional zoom mode for the default image view.
O que é FitWidth?
FitWidth é uma extensão do Chrome desenvolvida por shylux, e sua principal característica é "Adds an additional zoom mode for the default image view.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FitWidth
Baixe arquivos de extensão FitWidth 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
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
Informações Básicas da Extensão
Nome | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
URL Oficial | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
Descrição | Adds an additional zoom mode for the default image view. |
Tamanho do Arquivo | 37.4 KB |
Contagem de Instalações | 490 |
Versão Atual | 1.1 |
Última Atualização | 2021-04-21 |
Data de Publicação | 2019-09-21 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | shylux |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/shylux/FitWidth |
URL da Página de Ajuda | https://github.com/shylux/FitWidth/issues |
Idiomas Suportados | 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 } |