Chromatik Downloader
Saves Chromatik sheet music.
Chromatik Downloader란 무엇입니까?
Chromatik Downloader은(는) http://jlisoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves Chromatik sheet music."입니다.
확장 프로그램 스크린샷
Chromatik Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |