PandoRdio
A Thumbs Up in Pandora adds the song to your Rdio Collection.
Hvad er PandoRdio?
PandoRdio er en Chrome-udvidelse udviklet af https://pandordio.herokuapp.com, og dens hovedfunktion er "A Thumbs Up in Pandora adds the song to your Rdio Collection.".
Udvidelsesskærmbilleder
Download PandoRdio-udvidelses-CRX-fil
Download PandoRdio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fiobjnnhnijfdkgdmedcbennfngfnfff |
Officiel URL | https://chrome.google.com/webstore/detail/pandordio/fiobjnnhnijfdkgdmedcbennfngfnfff |
Beskrivelse | A Thumbs Up in Pandora adds the song to your Rdio Collection. |
Filstørrelse | 75.01 KB |
Antal Installationer | 92 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2015-05-18 |
Udgivelsesdato | 2015-05-18 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://pandordio.herokuapp.com |
Betalingsmetode | free |
Udvidelseswebsted | https://pandordio.herokuapp.com/ |
Hjælpeside-URL | https://github.com/donnierayjones/pandordio-chrome/issues |
Understøttede Sprog | 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" ] } ] } |