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 |
Eメール | [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" } |