Chromatik Downloader
Saves Chromatik sheet music.
Chromatik Downloader क्या है?
Chromatik Downloader http://jlisoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves Chromatik sheet music."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chromatik Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |