Nijie Downloader

Image downloader for nijie.info

Nijie Downloaderคืออะไร?

Nijie Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย illustcollector และคุณลักษณะหลักของมันคือ "Image downloader for nijie.info"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nijie Downloader

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