Pandora Popup Controls

An extension to control Pandora from an easy-access popup

Pandora Popup Controls là gì?

Pandora Popup Controls là một tiện ích mở rộng Chrome được phát triển bởi Beemer Guy, và tính năng chính của nó là "An extension to control Pandora from an easy-access popup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pandora Popup Controls

Tải xuống các tệp mở rộng Pandora Popup Controls dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Instead of going through a dozen tabs to find the Pandora tab to skip this annoying song, this extension will let you skip, thumb-down, thumb-up, pause, and play your Pandora from a little easy-access popup, along with other extra features. 

How it works: The extension detects the tab that has Pandora in it and sends the control commands to it, without having to have the Pandora tab active.

Extra features:
- button to switch to Pandora tab
- display song info: name, artist, album, album art
- display song play info: time remaining and elapsed, time progress
- detect indicators for play, pause, thumb-up, and thumb-down buttons
- provide links to YouTube and Google, searching by song name and artist, and lyrics

Note: This extension is not affiliated with Pandora itself in any way -- I just like Pandora so much and I have a billion tabs open and just want to skip this annoying song without having to fiddle through my tabs.

Enjoy!


Release notes:
---------------------
0.7
- Added link to Google, searching for song artist, name, and lyrics

0.6
- Support keyboard shortcut keys:
  - (spacebar)   => pause/play
  - . (period)   => skip
  - - (dash)     => thumb down
  - = (equal)    => thumb up
  - p            => switch to Pandora tab  
  - CTRL+SHIFT+L => open popup

0.5
- Added timers to update song info, progress, and time every half a second
- Added progress bar
- Added elapsed and remaining time
- Added YouTube links to search for song's name and artist
- Added indicators for play, pause, and thumb-down
- Fix: clicking Pandora icon will also make sure it selects Pandora's window

0.4
- Fix: Song's info and art will overflow better and popup's height will vertically adapt

0.3
- Retrieve song's album art into the popup

0.2
- Added Pandora icon that is a link to switch to Pandora tab
- Retrieve song info (name, artist, and album) into the popup
- Thumbing up will reflect immediately in the controls (no need to reload popup)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pandora Popup Controls Pandora Popup Controls
ID cccklcjhmfincdlpfbnpkpngpdkkjpbk
URL Chính Thức https://chrome.google.com/webstore/detail/pandora-popup-controls/cccklcjhmfincdlpfbnpkpngpdkkjpbk
Mô tả An extension to control Pandora from an easy-access popup
Kích Thước Tệp 78.34 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2016-10-18
Ngày Phát Hành 2016-10-18
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Beemer Guy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Popup Controls",
    "description": "An extension to control Pandora from an easy-access popup",
    "version": "0.8",
    "icons": {
        "128": "pandoraicon.png"
    },
    "browser_action": {
        "default_icon": "pandoraicon.png",
        "default_title": "Pandora Popup Controls",
        "default_popup": "pandoracontrols.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.pandora.com\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}