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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}