PandoRdio

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

PandoRdio là gì?

PandoRdio là một tiện ích mở rộng Chrome được phát triển bởi https://pandordio.herokuapp.com, và tính năng chính của nó là "A Thumbs Up in Pandora adds the song to your Rdio Collection.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PandoRdio

Tải xuống các tệp mở rộng PandoRdio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PandoRdio PandoRdio
ID fiobjnnhnijfdkgdmedcbennfngfnfff
URL Chính Thức https://chrome.google.com/webstore/detail/pandordio/fiobjnnhnijfdkgdmedcbennfngfnfff
Mô tả A Thumbs Up in Pandora adds the song to your Rdio Collection.
Kích Thước Tệp 75.01 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-05-18
Ngày Phát Hành 2015-05-18
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://pandordio.herokuapp.com
Loại Thanh Toán free
Trang Web Mở Rộng https://pandordio.herokuapp.com/
URL Trang Trợ Giúp https://github.com/donnierayjones/pandordio-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}