Koi Pixiv Extension

Make Pixiv Browsing Better

Koi Pixiv Extensionคืออะไร?

Koi Pixiv Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blue และคุณลักษณะหลักของมันคือ "Make Pixiv Browsing Better"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Now Properly Working 
Improves Pixiv browsing with useful Pixiv History tools.
- Allows full use of Pixiv History slots
- Image Downloading: Download full size images just by clicking on the enlarged image.
- Manga View: Gives a full preview of all the images in a multi-image pixiv submission with the ability to download images separately or all at once.

Update History
v1.3.3
Fixed parsing bugs preventing downloads.
Fixed bug adding '「' into filenames.
v1.3.1
BUG FIX:
- Fixed a filename bug where an image would refuse to download if it had any characters in its title that are not allowed to be used in filenames.
v1.3
NEW FEATURE: Image downloads can now be sent to a specified folder within your downloads folder. Just click the Extension icon in the top right and you'll be able to set the name of the Folder. (If the folder doesn't already exist, it'll create it). Your downloads will download to the folder as long as it is enabled.
BUG FIXES: 
- Fixed a filename bug when an image title had '」' or '「' in the name.
v1.2.6
Fixed a bug caused by pixiv changing hosting urls. App now requires permission for https pixiv pages.
v1.2.5
Updated for changes in pixiv's html
v1.2.4
Fixed bug in Manga View preventing enlarged images from appearing.
v1.2.3
Fixed a bug that preventing Manga-View mode from functioning properly if you click on another submission before it loads.
v1.2.2
Bugfix
v1.2.1
You can now view the full listing of Multi-image/Manga Pixiv submissions! 
For all manga works, clicking on the enlarged image causes changes the Related Works list into a list of all images in the manga.
Clicking on the enlarged image downloads that image rather than all of them. 
A "Download All" link is included to maintain the former functionality. 
The "Go Back" link returns you to the Related Works list.

v1.1.2
Fixed a bug that caused images with a '.' in the filename to lose its file extension.

v1.1.1
Fixed a bug that prevented downloading more than the first 11 pages in a manga.

v1.1 
You can now download images. Just click on the enlarged image of what you're viewing and it downloads automatically. 

v1.0.1
Linux Compatibility!

V1
Unlocks all slots in your Pixiv History page.                    

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

ชื่อ Koi Pixiv Extension Koi Pixiv Extension
ID oaieodbeeaaamklhaolaphcllihkafpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/koi-pixiv-extension/oaieodbeeaaamklhaolaphcllihkafpa
คำอธิบาย Make Pixiv Browsing Better
ขนาดไฟล์ 29.49 KB
จำนวนการติดตั้ง 580
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2017-07-31
วันที่เผยแพร่ 2017-07-31
คะแนน 3.29/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Blue
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Koi Pixiv Extension",
    "version": "1.3.3",
    "description": "Make Pixiv Browsing Better",
    "icons": {
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.PNG"
        },
        "default_title": "Koi Pixiv Extension",
        "default_popup": "dlEvent.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/www.pixiv.net\/history.php"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "http:\/\/*.pixiv.net\/*",
        "https:\/\/*.pixiv.net\/*",
        "https:\/\/i.pximg.net\/*"
    ]
}