Open in Rdio

Open Rdio links in the native Rdio app

什么是Open in Rdio?

Open in Rdio是由Idan Gazit开发的Chrome扩展程序,该扩展的主要功能是“Open Rdio links in the native Rdio app”。

扩展截图

screenshot

下载Open in Rdio扩展crx文件

下载Open in Rdio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
官方URL https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
简介 Open Rdio links in the native Rdio app
文件大小 23.03 KB
安装次数 15
当前版本 0.0.1
更新时间 2014-03-06
上架时间 2014-03-05
评分 1.00/5 共1次评分
开发者 Idan Gazit
付费类型 free
支持的语言 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"
        ]
    }
}