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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | ![]() |
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" ] } |