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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/aprogrammerscrucible และคุณลักษณะหลักของมันคือ "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iRadio Art Grabber

ดาวน์โหลดไฟล์ส่วนขยาย 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
}