Open in Rdio
Open Rdio links in the native Rdio app
Open in Rdioとは何ですか?
Open in RdioはIdan Gazitによって開発されたChromeの拡張機能で、その主な機能は「Open Rdio links in the native Rdio app」です。
拡張機能のスクリーンショット
Open in Rdio拡張機能のCRXファイルをダウンロード
Open in Rdio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Open in Rdio |
ID | daecpojfnlggcdcgdkfokanphcaalalo |
公式URL | https://chromewebstore.google.com/detail/open-in-rdio/daecpojfnlggcdcgdkfokanphcaalalo |
説明 | Open Rdio links in the native Rdio app |
ファイルサイズ | 23.03 KB |
インストール数 | 15 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-03-06 |
公開日 | 2014-03-05 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Idan Gazit |
支払い方法 | free |
対応言語 | 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" ] } } |