4chan Expand Images

Easily expand images in 4chan

什么是4chan Expand Images?

4chan Expand Images是由alexiszam开发的Chrome扩展程序,该扩展的主要功能是“Easily expand images in 4chan”。

扩展截图

screenshot

下载4chan Expand Images扩展crx文件

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

扩展使用说明

                        Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!                    

扩展基本信息

名称 4chan Expand Images 4chan Expand Images
ID fkkiappinjfoifojbgbfgcnibfjffphk
官方URL https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk
简介 Easily expand images in 4chan
文件大小 33.64 KB
安装次数 3,046
当前版本 1.0.0
更新时间 2021-01-07
上架时间 2020-12-29
评分 5.00/5 共5次评分
开发者 alexiszam
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AlexisZam/4chan-expand-images
帮助页面URL https://github.com/AlexisZam/4chan-expand-images/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Easily expand images in 4chan",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "4chan Expand Images",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}