Chromatik Downloader

Saves Chromatik sheet music.

Chromatik Downloaderคืออะไร?

Chromatik Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jlisoft.com และคุณลักษณะหลักของมันคือ "Saves Chromatik sheet music."

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

screenshot
screenshot

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

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

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

                        Download sheet music from Chromatik. On any page with sheets on it, the page action button will appear. Click on it, and you will be prompted to download. Sheets will be downloaded in individual .jpg files.

*KNOWN BUGS*:
Single page sheets download without an extension on file name. To fix, rename and add .jpg to the end. It's a problem on Chromatik's end, not my program.                    

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

ชื่อ Chromatik Downloader Chromatik Downloader
ID kijkjelggmajefkniipimpahldgfblpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chromatik-downloader/kijkjelggmajefkniipimpahldgfblpe
คำอธิบาย Saves Chromatik sheet music.
ขนาดไฟล์ 21.7 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 1.22
อัปเดตครั้งล่าสุด 2015-08-30
วันที่เผยแพร่ 2015-08-30
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://jlisoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_name": "Download the current sheets as PNG files.",
        "default_icon": "img\/chromatik_48.png",
        "default_popup": "popup.html"
    },
    "description": "Saves Chromatik sheet music.",
    "icons": {
        "16": "img\/chromatik_16.png",
        "48": "img\/chromatik_48.png",
        "128": "img\/chromatik_128.png"
    },
    "manifest_version": 2,
    "name": "Chromatik Downloader",
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "version": "1.22",
    "content_security_policy": "script-src 'self' https:\/\/mrrio.github.io https:\/\/ajax.googleapis.com; object-src 'self'; img-src https:\/\/www.chromatik.com https:\/\/chromatik-secured-content.s3.amazonaws.com"
}