Chromatik Downloader

Saves Chromatik sheet music.

Chromatik Downloader là gì?

Chromatik Downloader là một tiện ích mở rộng Chrome được phát triển bởi http://jlisoft.com, và tính năng chính của nó là "Saves Chromatik sheet music.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chromatik Downloader

Tải xuống các tệp mở rộng Chromatik Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chromatik Downloader Chromatik Downloader
ID kijkjelggmajefkniipimpahldgfblpe
URL Chính Thức https://chrome.google.com/webstore/detail/chromatik-downloader/kijkjelggmajefkniipimpahldgfblpe
Mô tả Saves Chromatik sheet music.
Kích Thước Tệp 21.7 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.22
Cập Nhật Lần Cuối 2015-08-30
Ngày Phát Hành 2015-08-30
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://jlisoft.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}