Singing Carrots
Find optimal transposition for any song
¿Qué es Singing Carrots?
Singing Carrots es una extensión de Chrome desarrollada por Singing Carrots, y su función principal es "Find optimal transposition for any song".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Singing Carrots
Descarga archivos de extensión Singing Carrots en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | dggjcalaookhdobepmgnofebafbonhph |
URL Oficial | https://chromewebstore.google.com/detail/singing-carrots/dggjcalaookhdobepmgnofebafbonhph |
Descripción | Find optimal transposition for any song |
Tamaño del Archivo | 77.14 KB |
Cantidad de Instalaciones | 1,125 |
Versión Actual | 1.2 |
Última Actualización | 2020-11-23 |
Fecha de Publicación | 2020-09-20 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Singing Carrots |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://singingcarrots.com |
Idiomas Soportados | 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 } |