Song Search

Search ASCAP, BMI, and SESAC for song information.

什麼是Song Search?

Song Search是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Search ASCAP, BMI, and SESAC for song information.”。

擴展截圖

screenshot

下載Song Search擴展crx文件

下載Song Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Song Search Song Search
ID hfdidojhnkdibahcndapblampeicghfd
官方網址 https://chromewebstore.google.com/detail/song-search/hfdidojhnkdibahcndapblampeicghfd
簡介 Search ASCAP, BMI, and SESAC for song information.
檔案大小 54.74 KB
安裝次數 537
目前版本 0.0.6
更新時間 2016-09-30
上架時間 2016-09-30
評分 1.00/5 共 1 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/rossmorey/SongSearch
支援的語言 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'"
}