Rdio Remote

Control Rdio regardless of the active browser tab.

Rdio Remote क्या है?

Rdio Remote Jim Mowbray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Rdio regardless of the active browser tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rdio Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **Note** reload any browser tabs that had rdio.com open during installation before using the extension.

No longer will you have to hunt down the specific browser window and tab that's playing Rdio to control it!

This extension gives you one-click access to your Rdio controls, regardless of what browser tab or window Rdio is actively playing music on. If you do wish to go to the active Rdio tab, you can click the album art and will be taken there.

If an active tab isn't detected, you'll also have one-click access launch a new tab at www.rdio.com and get the party started.

Features History
=====================
1.1.0
 * Shuffle and repeat buttons are displayed when available

1.0.2
 * Focusing the current Rdio tab also focuses it's window

1.0.1
 * Bug Fix: Extension wasn't working on urls that anything after '...rdio.com'

1.0.0
 * Initial release
 * Play, pause, previous song, next song
 * Clicking album art activates current Rdio tab


This is not an official Rdio extension and Rdio was not involved with the creation of it. This extension is not affiliated with or endorsed by Rdio in any way.                    

एक्सटेंशन की मूल जानकारी

नाम Rdio Remote Rdio Remote
ID gacogbklfcapnokldhkhpcecoghbnmlh
आधिकारिक URL https://chrome.google.com/webstore/detail/rdio-remote/gacogbklfcapnokldhkhpcecoghbnmlh
विवरण Control Rdio regardless of the active browser tab.
फ़ाइल का आकार 526 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2015-05-01
प्रकाशन तिथि 2015-05-01
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर Jim Mowbray
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rdio Remote",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Control Rdio regardless of the active browser tab.",
    "background": {
        "scripts": [
            "js\/lib\/underscore-min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "32": "images\/rdio-remote-icon_32.png",
        "64": "images\/rdio-remote-icon_64.png",
        "128": "images\/rdio-remote-icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rdio.com\/*"
            ],
            "js": [
                "js\/lib\/underscore-min.js",
                "js\/lib\/jquery-2.1.3.min.js",
                "js\/pageContent.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}