Open in Rdio

Open Rdio links in the native Rdio app

Apa itu Open in Rdio?

Open in Rdio adalah ekstensi Chrome yang dikembangkan oleh Idan Gazit, dan fitur utamanya adalah "Open Rdio links in the native Rdio app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open in Rdio

Unduh file ekstensi Open in Rdio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
URL Resmi https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
Deskripsi Open Rdio links in the native Rdio app
Ukuran File 23.03 KB
Jumlah Instalasi 15
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-03-06
Tanggal Publikasi 2014-03-05
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Idan Gazit
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}