8chan Image expander

Expands images on 8chanX when hovered on.

什麼是8chan Image expander?

8chan Image expander是由calza27開發的Chrome擴展程式,該擴展的主要功能是“Expands images on 8chanX when hovered on.”。

擴展截圖

screenshot

下載8chan Image expander擴展crx文件

下載8chan Image expander擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}