Open in Rdio

Open Rdio links in the native Rdio app

Qu'est-ce que Open in Rdio ?

Open in Rdio est une extension Chrome développée par Idan Gazit, et sa fonction principale est "Open Rdio links in the native Rdio app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open in Rdio

Téléchargez les fichiers d'extension Open in Rdio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
URL Officiel https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
Description Open Rdio links in the native Rdio app
Taille du Fichier 23.03 KB
Nombre d'Installations 15
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-03-06
Date de Publication 2014-03-05
Évaluation 1.00/5 Total 1 Évaluations
Développeur Idan Gazit
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}