SheetMusicDirect
Allows you to discover new digital sheet music and more.
什麼是SheetMusicDirect?
SheetMusicDirect是由https://www.sheetmusicdirect.com開發的Chrome擴展程式,該擴展的主要功能是“Allows you to discover new digital sheet music and more.”。
擴展截圖
下載SheetMusicDirect擴展crx文件
下載SheetMusicDirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | fkjmieiokmgfoimdpbagjeohcbcocigf |
官方網址 | https://chromewebstore.google.com/detail/sheetmusicdirect/fkjmieiokmgfoimdpbagjeohcbcocigf |
簡介 | Allows you to discover new digital sheet music and more. |
檔案大小 | 892 KB |
安裝次數 | 380 |
目前版本 | 1.0.0 |
更新時間 | 2014-04-15 |
上架時間 | 2014-04-15 |
評分 | 3.17/5 共 6 次評分 |
開發者 | https://www.sheetmusicdirect.com |
付費類型 | free |
擴展官網 | http://www.sheetmusicdirect.com |
說明頁面URL | http://help.sheetmusicdirect.com |
支援的語言 | 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" } } |