Open in Rdio

Open Rdio links in the native Rdio app

Co je Open in Rdio?

Open in Rdio je rozšíření Chrome vyvinuté Idan Gazit, a jeho hlavní funkcí je „Open Rdio links in the native Rdio app“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open in Rdio

Stáhněte si soubory rozšíření Open in Rdio ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
Oficiální URL https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
Popis Open Rdio links in the native Rdio app
Velikost souboru 23.03 KB
Počet instalací 15
Aktuální Verze 0.0.1
Poslední Aktualizace 2014-03-06
Datum Vydání 2014-03-05
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Idan Gazit
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}