Pandora Bar Button
Play/Pause Pandora from the Toolbar
什麼是Pandora Bar Button?
Pandora Bar Button是由Middy開發的Chrome擴展程式,該擴展的主要功能是“Play/Pause Pandora from the Toolbar”。
擴展截圖
下載Pandora Bar Button擴展crx文件
下載Pandora Bar Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | clnpfgoalebpfdojhhmoiapafcgiaajo |
官方網址 | https://chrome.google.com/webstore/detail/pandora-bar-button/clnpfgoalebpfdojhhmoiapafcgiaajo |
簡介 | Play/Pause Pandora from the Toolbar |
檔案大小 | 21.33 KB |
安裝次數 | 200 |
目前版本 | 1.0.0 |
更新時間 | 2017-02-14 |
上架時間 | 2017-02-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Middy |
付費類型 | free |
支援的語言 | 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" } |