Nijie Downloader

Image downloader for nijie.info

什么是Nijie Downloader?

Nijie Downloader是由illustcollector开发的Chrome扩展程序,该扩展的主要功能是“Image downloader for nijie.info”。

扩展截图

screenshot
screenshot

下载Nijie Downloader扩展crx文件

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

扩展使用说明

                        Add a download button to the image page.
Save filename is customizable.

https://github.com/illustcollector/nijie-downloader                    

扩展基本信息

名称 Nijie Downloader Nijie Downloader
ID bpbkpajafcjgmfplbaglgogihjbicfnn
官方URL https://chrome.google.com/webstore/detail/nijie-downloader/bpbkpajafcjgmfplbaglgogihjbicfnn
简介 Image downloader for nijie.info
文件大小 19.76 KB
安装次数 2,000
当前版本 1.1.1
更新时间 2021-11-03
上架时间 2020-03-23
评分 4.00/5 共8次评分
开发者 illustcollector
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/illustcollector/nijie-downloader
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nijie Downloader",
    "version": "1.1.1",
    "default_locale": "en",
    "description": "Image downloader for nijie.info",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nijie.info\/view.php?id=*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}