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
公式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'"
}