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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}