Furaffinity img resize

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

Co to jest Furaffinity img resize?

Furaffinity img resize to rozszerzenie Chrome opracowane przez Trinitas, a jego główną funkcją jest „Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Furaffinity img resize

Pobierz pliki rozszerzeń Furaffinity img resize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Furaffinity img resize Furaffinity img resize
ID ffcnolecicobnjmgddllmfciibkcbnff
Oficjalny URL https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff
Opis Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
Rozmiar pliku 38.89 KB
Liczba instalacji 72
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-03-27
Data Publikacji 2016-03-27
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Trinitas
Typ Płatności free
Obsługiwane Języki 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"
    ]
}