Open in Rdio

Open Rdio links in the native Rdio app

Vad är Open in Rdio?

Open in Rdio är en Chrome-tillägg utvecklad av Idan Gazit, och dess huvudfunktion är "Open Rdio links in the native Rdio app".

Tilläggsskärmbilder

screenshot

Ladda ner Open in Rdio-förlängningens CRX-fil

Ladda ner Open in Rdio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Open in Rdio Open in Rdio
ID daecpojfnlggcdcgdkfokanphcaalalo
Officiell webbadress https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo
Beskrivning Open Rdio links in the native Rdio app
Filstorlek 23.03 KB
Antal Installationer 15
Aktuell Version 0.0.1
Senast Uppdaterad 2014-03-06
Publiceringsdatum 2014-03-05
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Idan Gazit
Betalningssätt free
Stödda Språk 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"
        ]
    }
}