Pandora Bar Button

Play/Pause Pandora from the Toolbar

Co je Pandora Bar Button?

Pandora Bar Button je rozšíření Chrome vyvinuté Middy, a jeho hlavní funkcí je „Play/Pause Pandora from the Toolbar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pandora Bar Button

Stáhněte si soubory rozšíření Pandora Bar Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Adds a minimalist play/pause button to the Chrome toolbar. This is a minimalist extension.

It will:

* Launch Pandora if there is not already a tab present
* Play or Pause Pandora when clicked
* Update its visual appearance to reflect Pandora's state (playing or paused.)

It will not:

* Download music
* Skip/Thumb-up/Thumb-down tracks
* Use more resources than necessary
* Require more permissions than necessary

This app was based on the extension "Play / Pause Pandora Tab" by pedroestrada.me.

Available on Github at https://github.com/nettlep/chrome-ext-PlayPausePandora                    

Základní Informace o Rozšíření

Název Pandora Bar Button Pandora Bar Button
ID clnpfgoalebpfdojhhmoiapafcgiaajo
Oficiální URL https://chrome.google.com/webstore/detail/pandora-bar-button/clnpfgoalebpfdojhhmoiapafcgiaajo
Popis Play/Pause Pandora from the Toolbar
Velikost souboru 21.33 KB
Počet instalací 200
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-02-14
Datum Vydání 2017-02-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Middy
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "action-play.png"
    },
    "content_scripts": [
        {
            "js": [
                "pppandora.js"
            ],
            "matches": [
                "*:\/\/*.pandora.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Play\/Pause Pandora from the Toolbar",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pandora Bar Button",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*.pandora.com\/",
        "https:\/\/*.pandora.com\/"
    ],
    "version": "1.0.0"
}