PandoraList
This extension creates a playlist off of Pandora.
PandoraListとは何ですか?
PandoraListはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a playlist off of Pandora.」です。
拡張機能のスクリーンショット
PandoraList拡張機能のCRXファイルをダウンロード
PandoraList拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Creates a list of all the songs you listened to on Pandora. Coming Features: -Copy button only copies table -Static list header -Cleaner GUI -More...
拡張機能の基本情報
名前 | PandoraList |
ID | chhebofcjflcmkijapgaanihbliikfba |
公式URL | https://chromewebstore.google.com/detail/pandoralist/chhebofcjflcmkijapgaanihbliikfba |
説明 | This extension creates a playlist off of Pandora. |
ファイルサイズ | 94.46 KB |
インストール数 | 122 |
現在のバージョン | 0.0.1 |
最終更新日 | 2013-08-11 |
公開日 | 2013-08-11 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PandoraList", "version": "0.0.1", "manifest_version": 2, "description": "This extension creates a playlist off of Pandora.", "icons": { "16": "png\/icon16.png", "48": "png\/icon48.png", "128": "png\/icon128.png" }, "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "options_page": "src\/html\/index.html", "page_action": { "default_icon": "png\/icon19.png", "default_title": "PandoraList", "default_popup": "src\/html\/page_action.html" }, "permissions": [ "tabs", "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*" ], "js": [ "src\/js\/jquery-2.0.3.js", "src\/js\/pandora.js" ] } ], "web_accessible_resources": [ "src\/js\/jquery-2.0.3.min.map" ] } |