Furaffinity img resize

Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size

Wat is Furaffinity img resize?

Furaffinity img resize is een Chrome-extensie ontwikkeld door Trinitas, en de belangrijkste functie is "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Furaffinity img resize

Download Furaffinity img resize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Furaffinity img resize Furaffinity img resize
ID ffcnolecicobnjmgddllmfciibkcbnff
Officiële URL https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff
Beschrijving Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Bestandsgrootte 38.89 KB
Aantal Installaties 72
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-27
Publicatiedatum 2016-03-27
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Trinitas
Betalingswijze free
Ondersteunde Talen 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"
    ]
}