Singing Carrots

Find optimal transposition for any song

Singing Carrots क्या है?

Singing Carrots Singing Carrots द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find optimal transposition for any song"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Singing Carrots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}