iRadio Art Grabber

Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program

iRadio Art Grabberとは何ですか?

iRadio Art Grabberはhttp://sites.google.com/site/aprogrammerscrucibleによって開発されたChromeの拡張機能で、その主な機能は「Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program」です。

iRadio Art Grabber拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will download the album art of songs playing on popular internet radio sites.  It currently supports both Pandora and Accuradio, and support for more sites is on its way!.  It is meant to be used with the iRadio Capture program here: https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture                    

拡張機能の基本情報

名前 iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
公式URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
説明 Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
ファイルサイズ 22.29 KB
インストール数 69
現在のバージョン 3.3.0
最終更新日 2013-07-16
公開日 2013-07-16
評価 3.00/5 合計 2 レビュー
開発者 http://sites.google.com/site/aprogrammerscrucible
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRadio Art Grabber",
    "description": "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program",
    "icons": {
        "128": "chrome_icon_on.png"
    },
    "version": "3.3.0",
    "minimum_chrome_version": "26.0.0.0",
    "permissions": [
        "downloads",
        "notifications",
        "tabs",
        "http:\/\/*.pandora.com\/*",
        "https:\/\/*.pandora.com\/*",
        "http:\/\/*.p-cdn.com\/*",
        "http:\/\/*.accuradio.com\/*",
        "http:\/\/*.voxcdn.com\/*",
        "webRequest",
        "",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ]
    },
    "page_action": {
        "default_icon": "chrome_icon_off.png",
        "default_title": "Pandora Extension"
    },
    "manifest_version": 2
}