What song is playing?

Lets you know what song Pandora is playing every time a new song comes on

What song is playing?とは何ですか?

What song is playing?はmike.roofによって開発されたChromeの拡張機能で、その主な機能は「Lets you know what song Pandora is playing every time a new song comes on」です。

拡張機能のスクリーンショット

screenshot

What song is playing?拡張機能のCRXファイルをダウンロード

What song is playing?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For those as lazy as I am:

This extension will display (IN BIG TEXT) the current song playing when you visit Pandora.com, so you don't have to get up and walk across the room to look.                    

拡張機能の基本情報

名前 What song is playing? What song is playing?
ID nnhebjkcjcpmihcklocpkdekkggniopf
公式URL https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf
説明 Lets you know what song Pandora is playing every time a new song comes on
ファイルサイズ 42.84 KB
インストール数 123
現在のバージョン 1.0
最終更新日 2012-09-23
公開日 2012-09-23
評価 1.00/5 合計 2 レビュー
開発者 mike.roof
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What song is playing?",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Lets you know what song Pandora is playing every time a new song comes on",
    "browser_action": {
        "default_icon": "Speaker.png"
    },
    "icons": {
        "16": "Speaker.png",
        "48": "Speaker.png",
        "128": "Speaker.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "common.js"
            ]
        }
    ]
}