Singing Carrots

Find optimal transposition for any song

Singing Carrots란 무엇입니까?

Singing Carrots은(는) Singing Carrots에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find optimal transposition for any song"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Did you ever struggle to find YOUR key to sing a song? Let’s make it never happen again. Singing carrots extension helps to find optimal transposition for any song based on your vocal range. That might be particularly handy while using websites with chords or music sheets. 

To find your vocal range in the first place you will need to use Singing Carrots interactive Vocal Range Finder: https://singingcarrots.com/tuner

Once you find and save your vocal range on Singing Carrots website, we can automatically calculate in which keys you can perform any song. 

Open your favourite chords website, click on the Singing Carrots extension and look up the current song. The extension will show you the range of the song and will advice you on the key to use!                    

확장 프로그램 기본 정보

이름 Singing Carrots Singing Carrots
ID dggjcalaookhdobepmgnofebafbonhph
공식 URL https://chromewebstore.google.com/detail/singing-carrots/dggjcalaookhdobepmgnofebafbonhph
설명 Find optimal transposition for any song
파일 크기 77.14 KB
설치 횟수 1,125
현재 버전 1.2
최근 업데이트 2020-11-23
출시 날짜 2020-09-20
평점 5.00/5 총 3 개의 평점
개발자 Singing Carrots
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://singingcarrots.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Singing Carrots",
    "version": "1.2",
    "description": "Find optimal transposition for any song",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "cookies",
        "https:\/\/www.singingcarrots.com\/",
        "https:\/\/singingcarrots.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo-16.png",
            "32": "img\/logo-32.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        }
    },
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/www.singingcarrots.com https:\/\/singingcarrots.com https:\/\/ssl.google-analytics.com; object-src https:\/\/www.singingcarrots.com https:\/\/singingcarrots.com\/ 'self';",
    "manifest_version": 2
}