Furaffinity img resize
Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
O que é Furaffinity img resize?
Furaffinity img resize é uma extensão do Chrome desenvolvida por Trinitas, e sua principal característica é "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Furaffinity img resize
Baixe arquivos de extensão Furaffinity img resize 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
Alternative 1: (Orange fox) Auto resizeing images and Flash movies so they fit window properly in furaffinity/view/ Alternative 2: (Pink fox) click for 3 different image size in furaffinity/view/ Alternative 3: (Red fox) Undo all changes and furaffinity works as normal and app is off
Informações Básicas da Extensão
Nome | ![]() |
ID | ffcnolecicobnjmgddllmfciibkcbnff |
URL Oficial | https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff |
Descrição | Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size |
Tamanho do Arquivo | 38.89 KB |
Contagem de Instalações | 72 |
Versão Atual | 0.1 |
Última Atualização | 2016-03-27 |
Data de Publicação | 2016-03-27 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Trinitas |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Furaffinity img resize", "version": "0.1", "manifest_version": 2, "description": "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size", "icons": { "16": "img\/fura16red.png", "128": "img\/fura128.png" }, "browser_action": [], "background": { "scripts": [ "js\/resize-img-background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.furaffinity.net\/view\/*" ], "js": [ "js\/jquery-2.2.1.min.js", "js\/resize-img.js" ] } ], "minimum_chrome_version": "20", "permissions": [ "windows", "tabs", "storage", "contextMenus" ] } |