Open in Rdio

Open Rdio links in the native Rdio app

Open in Rdio là gì?

Open in Rdio là một tiện ích mở rộng Chrome được phát triển bởi Idan Gazit, và tính năng chính của nó là "Open Rdio links in the native Rdio app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open in Rdio

Tải xuống các tệp mở rộng Open in Rdio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
URL Chính Thức https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
Mô tả Open Rdio links in the native Rdio app
Kích Thước Tệp 23.03 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-03-06
Ngày Phát Hành 2014-03-05
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Idan Gazit
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}