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 |
公式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" ] } ] } |