Song Search

Search ASCAP, BMI, and SESAC for song information.

O que é Song Search?

Song Search é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Search ASCAP, BMI, and SESAC for song information.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Song Search

Baixe arquivos de extensão Song Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        If you've worked in the music industry, you know ASCAP, BMI, and SESAC -- these are the three major performance-rights organizations.  They manage huge databases of compositions, song-writers, and publishers.  If you're doing composition research -- "Who is Billy Joel's publisher?" or "What percentage of 'I Choose You' does Sara Bareilles own?' -- you have to look in three separate places.  Why not search all of these sites at the same time?  Enter Song Search.

Inside of the Song Search Chrome extension, users can search by title, composer, publisher, artist, catalog number, or ISWC number. Song Search launches new tabs and that target the appropriate search results on ASCAP, BMI, and SESAC's websites.                    

Informações Básicas da Extensão

Nome Song Search Song Search
ID hfdidojhnkdibahcndapblampeicghfd
URL Oficial https://chromewebstore.google.com/detail/song-search/hfdidojhnkdibahcndapblampeicghfd
Descrição Search ASCAP, BMI, and SESAC for song information.
Tamanho do Arquivo 54.74 KB
Contagem de Instalações 537
Versão Atual 0.0.6
Última Atualização 2016-09-30
Data de Publicação 2016-09-30
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/rossmorey/SongSearch
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Song Search",
    "description": "Search ASCAP, BMI, and SESAC for song information.",
    "version": "0.0.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Song Search!"
    },
    "permissions": [
        "http:\/\/repertoire.bmi.com\/*",
        "https:\/\/www.sesac.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}