4chan image gallery

Lets you browse 4chan images in a lightbox

4chan image galleryคืออะไร?

4chan image gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mreq และคุณลักษณะหลักของมันคือ "Lets you browse 4chan images in a lightbox"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan image gallery

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}