Open in Rdio
Open Rdio links in the native Rdio app
What is Open in Rdio?
Open in Rdio is a Chrome extension developed by Idan Gazit, and its main feature is "Open Rdio links in the native Rdio app".
Extension Screenshots
Download Open in Rdio Extension CRX File
Download Open in Rdio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you have the Rdio desktop app installed? Wish that Rdio links opened in that instead of in Chrome? Install this extension, and all Rdio links will redirect to the native app, closing the tab they opened behind them.
Extension Basic Information
Name | Open in Rdio |
ID | daecpojfnlggcdcgdkfokanphcaalalo |
Official URL | https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo |
Description | Open Rdio links in the native Rdio app |
File Size | 23.03 KB |
Installation Count | 15 |
Current Version | 0.0.1 |
Last Updated | 2014-03-06 |
Publish Date | 2014-03-05 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Idan Gazit |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Rdio", "version": "0.0.1", "description": "Open Rdio links in the native Rdio app", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "Open in Rdio App" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |