Chromatik Downloader

Saves Chromatik sheet music.

¿Qué es Chromatik Downloader?

Chromatik Downloader es una extensión de Chrome desarrollada por http://jlisoft.com, y su función principal es "Saves Chromatik sheet music.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Chromatik Downloader

Descarga archivos de extensión Chromatik Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chromatik Downloader Chromatik Downloader
ID kijkjelggmajefkniipimpahldgfblpe
URL Oficial https://chrome.google.com/webstore/detail/chromatik-downloader/kijkjelggmajefkniipimpahldgfblpe
Descripción Saves Chromatik sheet music.
Tamaño del Archivo 21.7 KB
Cantidad de Instalaciones 123
Versión Actual 1.22
Última Actualización 2015-08-30
Fecha de Publicación 2015-08-30
Calificación 1.80/5 Total de 5 Calificaciones
Desarrollador http://jlisoft.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}