Chromatik Downloader

Saves Chromatik sheet music.

什麼是Chromatik Downloader?

Chromatik Downloader是由http://jlisoft.com開發的Chrome擴展程式,該擴展的主要功能是“Saves Chromatik sheet music.”。

擴展截圖

screenshot
screenshot

下載Chromatik Downloader擴展crx文件

下載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
官方網址 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"
}