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 |
公式URL | 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" } |