Furaffinity img resize
Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Qu'est-ce que Furaffinity img resize ?
Furaffinity img resize est une extension Chrome développée par Trinitas, et sa fonction principale est "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Furaffinity img resize
Téléchargez les fichiers d'extension Furaffinity img resize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | ffcnolecicobnjmgddllmfciibkcbnff |
URL Officiel | https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff |
Description | Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size |
Taille du Fichier | 38.89 KB |
Nombre d'Installations | 72 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-03-27 |
Date de Publication | 2016-03-27 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Trinitas |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |