Pandora Mod: Move controls to top of page
Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
Pandora Mod: Move controls to top of pageとは何ですか?
Pandora Mod: Move controls to top of pageはBrett Tolbertによって開発されたChromeの拡張機能で、その主な機能は「Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs」です。
拡張機能のスクリーンショット
Pandora Mod: Move controls to top of page拡張機能のCRXファイルをダウンロード
Pandora Mod: Move controls to top of page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Moves the playback controls on Pandora Internet Radio (pandora.com) from the bottom of the page to the top, closer to the URL bar and tabs for convenience.
拡張機能の基本情報
名前 | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
公式URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
説明 | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
ファイルサイズ | 495 KB |
インストール数 | 34 |
現在のバージョン | 0.0.3 |
最終更新日 | 2017-03-25 |
公開日 | 2017-03-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Brett Tolbert |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Mod: Move controls to top of page", "version": "0.0.3", "description": "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs", "author": "Brett Tolbert", "homepage_url": "http:\/\/bretttolbert.com", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/*" ], "js": [ "jquery-3.2.0.min.js", "content.js" ] } ] } |