Furaffinity img resize

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

Vad är Furaffinity img resize?

Furaffinity img resize är en Chrome-tillägg utvecklad av Trinitas, och dess huvudfunktion är "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size".

Tilläggsskärmbilder

screenshot

Ladda ner Furaffinity img resize-förlängningens CRX-fil

Ladda ner Furaffinity img resize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Furaffinity img resize Furaffinity img resize
ID ffcnolecicobnjmgddllmfciibkcbnff
Officiell webbadress https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff
Beskrivning Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Filstorlek 38.89 KB
Antal Installationer 72
Aktuell Version 0.1
Senast Uppdaterad 2016-03-27
Publiceringsdatum 2016-03-27
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Trinitas
Betalningssätt free
Stödda Språk 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"
    ]
}