Chromatik Downloader
Saves Chromatik sheet music.
什么是Chromatik Downloader?
Chromatik Downloader是由http://jlisoft.com开发的Chrome扩展程序,该扩展的主要功能是“Saves Chromatik sheet music.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | kijkjelggmajefkniipimpahldgfblpe |
官方URL | 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" } |