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."입니다.

확장 프로그램 스크린샷

screenshot

SheetMusicDirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 SheetMusicDirect SheetMusicDirect
ID fkjmieiokmgfoimdpbagjeohcbcocigf
공식 URL 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"
    }
}