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