Open in Rdio

Open Rdio links in the native Rdio app

Что такое Open in Rdio?

Open in Rdio - это расширение Chrome, разработанное Idan Gazit, и его основная функция - "Open Rdio links in the native Rdio app".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Open in Rdio

Скачайте файлы расширений 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 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"
        ]
    }
}