Furaffinity img resize

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

Furaffinity img resize क्या है?

Furaffinity img resize Trinitas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Furaffinity img resize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Furaffinity img resize Furaffinity img resize
ID ffcnolecicobnjmgddllmfciibkcbnff
आधिकारिक URL https://chrome.google.com/webstore/detail/furaffinity-img-resize/ffcnolecicobnjmgddllmfciibkcbnff
विवरण Two alternatives, 1: Auto resizeing images so they fit window properly 2: click for 3 different image size
फ़ाइल का आकार 38.89 KB
स्थापना संख्या 72
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-03-27
प्रकाशन तिथि 2016-03-27
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Trinitas
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}