Pixiv Tool

A simple tool for downloading Pixiv illustrations more easily. This extension can remember your download history along with all the…

Pixiv Toolคืออะไร?

Pixiv Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Midori Kochiya และคุณลักษณะหลักของมันคือ "A simple tool for downloading Pixiv illustrations more easily. This extension can remember your download history along with all the…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Pixiv Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple tool for downloading Pixiv illustrations more easily.
This extension can remember your download history along with all the metadata.
This project is still in early stage, feel free to create issues.

For release note, see https://github.com/chengyuhui/PixivTool/releases
Licensed under GPLv3.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pixiv Tool Pixiv Tool
ID midohckdddplmkihkkdaacbjpmgkjbhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixiv-tool/midohckdddplmkihkkdaacbjpmgkjbhk
คำอธิบาย A simple tool for downloading Pixiv illustrations more easily. This extension can remember your download history along with all the…
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 455
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2015-02-27
วันที่เผยแพร่ 2015-02-26
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Midori Kochiya
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/chengyuhui/PixivTool
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixiv Tool",
    "version": "1.1.2",
    "manifest_version": 2,
    "author": "Midori Kochiya",
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "https:\/\/public-api.secure.pixiv.net\/",
        "http:\/\/*.pixiv.net\/*"
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pixiv.net\/mypage.php*",
                "http:\/\/www.pixiv.net\/bookmark_new_illust.php*",
                "http:\/\/www.pixiv.net\/search.php*",
                "http:\/\/www.pixiv.net\/bookmark.php*",
                "http:\/\/www.pixiv.net\/bookmark_add.php*",
                "http:\/\/www.pixiv.net\/member_illust.php*"
            ],
            "js": [
                "bundles\/deps.js",
                "bundles\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "bundles\/deps.js",
            "bundles\/background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqPujuk\/hBOOupZaJXOltcK\/6YNikwHb0lhQDfCyD4wwLuVpG47slsHyydMQg33tqC7KbSjhhNbMy04m28K\/rViYouAtajQppraP1vpRUUsaNSJ8bZ3ocNMMYjcvPWTud5tzOZbeM4\/2JYaizOvC\/Rm78XfFmsGxi4nbvkwpZ+vjdy99eUt1qbbn3kQEGkBSgZtbRbZi0vh2iuiJZQY2HSqA1tyaMUuUbYNItYsSu8AEIKg6iHaH3wOvoLX97hW9vyhMG9NVlVkv8CQAbV9t0gdtyDUUKmfQEkbD0NDdIzoD8Ml\/EJViaClhTHVRdGHsm5fLcjencC91lasNHvQB5EQIDAQAB"
}