SheetMusicDirect
Allows you to discover new digital sheet music and more.
SheetMusicDirect là gì?
SheetMusicDirect là một tiện ích mở rộng Chrome được phát triển bởi https://www.sheetmusicdirect.com, và tính năng chính của nó là "Allows you to discover new digital sheet music and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SheetMusicDirect
Tải xuống các tệp mở rộng SheetMusicDirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
With the official free Sheet Music Direct extension for Chrome and Opera browsers you can: - Search Sheetmusicdirect.com straight from your browser - Access your sheet music Library with one click - Keep track of sheet music for top singles - See newly released sheet music and more. What's more, you can add scores to your basket on the website and use the extension to come back to them later. It's a really convenient way to save the scores that you'd like to buy in your basket and come back to them later. Sheet Music Direct is the world leading provider of quality licensed digital sheet music that you can view online or print yourself. Our interactive sheet music viewer allows you to: - Transpose scores - Change tempo (really great for practising!) - Select playback instrument to play along with - Print scores Try the new Sheet Music Direct extension for Chrome and Opera browsers today!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkjmieiokmgfoimdpbagjeohcbcocigf |
URL Chính Thức | https://chromewebstore.google.com/detail/sheetmusicdirect/fkjmieiokmgfoimdpbagjeohcbcocigf |
Mô tả | Allows you to discover new digital sheet music and more. |
Kích Thước Tệp | 892 KB |
Số Lần Cài Đặt | 380 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2014-04-15 |
Ngày Phát Hành | 2014-04-15 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.sheetmusicdirect.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.sheetmusicdirect.com |
URL Trang Trợ Giúp | http://help.sheetmusicdirect.com |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SheetMusicDirect", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.0.0", "description": "Allows you to discover new digital sheet music and more.", "icons": { "128": "icon128.png" }, "background": { "page": "eventPage.html", "persistent": false }, "permissions": [ "http:\/\/www.sheetmusicdirect.com\/", "https:\/\/www.sheetmusicdirect.com\/", "tabs", "cookies" ], "browser_action": { "default_title": "SheetMusicDirect,", "default_icon": "favicon.png", "default_popup": "app\/index.html" } } |