PandoRdio

A Thumbs Up in Pandora adds the song to your Rdio Collection.

什么是PandoRdio?

PandoRdio是由https://pandordio.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“A Thumbs Up in Pandora adds the song to your Rdio Collection.”。

扩展截图

screenshot
screenshot

下载PandoRdio扩展crx文件

下载PandoRdio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you thumbs up a song in Pandora, the song is added to your Collection in Rdio.

New features:

* Now also adds to a playlist named 'Pandora' in Rdio.                    

扩展基本信息

名称 PandoRdio PandoRdio
ID fiobjnnhnijfdkgdmedcbennfngfnfff
官方URL https://chrome.google.com/webstore/detail/pandordio/fiobjnnhnijfdkgdmedcbennfngfnfff
简介 A Thumbs Up in Pandora adds the song to your Rdio Collection.
文件大小 75.01 KB
安装次数 92
当前版本 0.1.0
更新时间 2015-05-18
上架时间 2015-05-18
评分 4.50/5 共2次评分
开发者 https://pandordio.herokuapp.com
付费类型 free
扩展官网 https://pandordio.herokuapp.com/
帮助页面URL https://github.com/donnierayjones/pandordio-chrome/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PandoRdio",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "A Thumbs Up in Pandora adds the song to your Rdio Collection.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}