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
官方網址 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"
        ]
    }
}