8chan Image expander

Expands images on 8chanX when hovered on.

8chan Image expander क्या है?

8chan Image expander calza27 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands images on 8chanX when hovered on."।

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

screenshot

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

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

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

                        This extension will expand images on 8chan when they're moused over. Works with all picture types, and webms.

Images will be displayed at their natural resolution, and if their wider than 960 pixels, the image will be scaled back to a width of 960px accordingly. Same for the height, but it will be scaled back to 810px.

Webms will be displayed at 960 X 540, half the resolution of 1920X 1080.

===== Version History =====
v1.4.0 - 8chan Image Expander released
       -Expands images and webms on hover

v1.4.5 - Added in pictures moving in right hand side of screen with cursor movement

v1.4.7 - Images now appear in the top right hand corner of browser window
       - Removed cursor tracing

If there are any issues feel free to email me at [email protected]                    

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

नाम 8chan Image expander 8chan Image expander
ID eppjgiadijagdghkdfgjcpkmmjhdcnll
आधिकारिक URL https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll
विवरण Expands images on 8chanX when hovered on.
फ़ाइल का आकार 122 KB
स्थापना संख्या 158
वर्तमान संस्करण 1.4.7
अंतिम अपडेट 2014-09-23
प्रकाशन तिथि 2014-09-23
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर calza27
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8chan Image expander",
    "version": "1.4.7",
    "description": "Expands images on 8chanX when hovered on.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/8chan.co\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}