Chromatik Downloader

Saves Chromatik sheet music.

Was ist Chromatik Downloader?

Chromatik Downloader ist eine Chrome-Erweiterung, die von http://jlisoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Saves Chromatik sheet music.".

Erweiterungsscreenshots

screenshot
screenshot

Chromatik Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chromatik Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chromatik Downloader Chromatik Downloader
ID kijkjelggmajefkniipimpahldgfblpe
Offizielle URL https://chrome.google.com/webstore/detail/chromatik-downloader/kijkjelggmajefkniipimpahldgfblpe
Beschreibung Saves Chromatik sheet music.
Dateigröße 21.7 KB
Installationsanzahl 123
Aktuelle Version 1.22
Letztes Update 2015-08-30
Veröffentlichungsdatum 2015-08-30
Bewertung 1.80/5 Insgesamt 5 Bewertungen
Entwickler http://jlisoft.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}