Open in Rdio
Open Rdio links in the native Rdio app
Hvad er Open in Rdio?
Open in Rdio er en Chrome-udvidelse udviklet af Idan Gazit, og dens hovedfunktion er "Open Rdio links in the native Rdio app".
Udvidelsesskærmbilleder
Download Open in Rdio-udvidelses-CRX-fil
Download Open in Rdio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Open in Rdio |
ID | daecpojfnlggcdcgdkfokanphcaalalo |
Officiel URL | https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo |
Beskrivelse | Open Rdio links in the native Rdio app |
Filstørrelse | 23.03 KB |
Antal Installationer | 15 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2014-03-06 |
Udgivelsesdato | 2014-03-05 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Idan Gazit |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |