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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | fiobjnnhnijfdkgdmedcbennfngfnfff |
官方網址 | 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" ] } ] } |