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
官方網址 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"
    }
}