Furaffinity img resize
Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Cos'è Furaffinity img resize?
Furaffinity img resize è un'estensione di Chrome sviluppata da Trinitas, e la sua funzione principale è "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Furaffinity img resize
Scarica i file di estensione Furaffinity img resize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ffcnolecicobnjmgddllmfciibkcbnff |
URL Ufficiale | https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff |
Descrizione | Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size |
Dimensione del File | 38.89 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-03-27 |
Data di Pubblicazione | 2016-03-27 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Trinitas |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |