4chan image gallery

Lets you browse 4chan images in a lightbox

什么是4chan image gallery?

4chan image gallery是由mreq开发的Chrome扩展程序,该扩展的主要功能是“Lets you browse 4chan images in a lightbox”。

扩展截图

screenshot
screenshot

下载4chan image gallery扩展crx文件

下载4chan image gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple image gallery using touchBox. Open 4chan images in a lightbox.

Use arrows, swiping or keyboard to change images.                    

扩展基本信息

名称 4chan image gallery 4chan image gallery
ID kojimkfghnmhgmmpgcgjkgfkclahchmf
官方URL https://chrome.google.com/webstore/detail/4chan-image-gallery/kojimkfghnmhgmmpgcgjkgfkclahchmf
简介 Lets you browse 4chan images in a lightbox
文件大小 45.92 KB
安装次数 462
当前版本 0.20
更新时间 2013-03-08
上架时间 2013-03-08
评分 3.69/5 共13次评分
开发者 mreq
付费类型 free
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/jquery.touchbox.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.imagesloaded.min.js",
                "js\/jquery.touchbox.js"
            ],
            "matches": [
                "http:\/\/*.4chan.org\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Lets you browse 4chan images in a lightbox",
    "manifest_version": 2,
    "name": "4chan image gallery",
    "permissions": [
        "http:\/\/*.4chan.org\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.20",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}