Chromatik Downloader

Saves Chromatik sheet music.

Wat is Chromatik Downloader?

Chromatik Downloader is een Chrome-extensie ontwikkeld door http://jlisoft.com, en de belangrijkste functie is "Saves Chromatik sheet music.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chromatik Downloader

Download Chromatik Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chromatik Downloader Chromatik Downloader
ID kijkjelggmajefkniipimpahldgfblpe
Officiële URL https://chrome.google.com/webstore/detail/chromatik-downloader/kijkjelggmajefkniipimpahldgfblpe
Beschrijving Saves Chromatik sheet music.
Bestandsgrootte 21.7 KB
Aantal Installaties 123
Huidige Versie 1.22
Laatst Bijgewerkt 2015-08-30
Publicatiedatum 2015-08-30
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar http://jlisoft.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}