Playlist Exporter

Export Playlists.

Playlist Exporterとは何ですか?

Playlist Exporterはhttp://dblk.orgによって開発されたChromeの拡張機能で、その主な機能は「Export Playlists.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Playlist Exporter拡張機能のCRXファイルをダウンロード

Playlist Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Export playlists in CSV or Groovylists file.
Currently you can only export playlist from Deezer.com.

Visit Deezer, and go to any album or playlist, you'll see a button "Export" close to "Listen" (see screenshots).

Simply click on it, and you'll retrieve your playlist.

Open with your favorite spreadsheet software or copy/paste to groovylists to import.                    

拡張機能の基本情報

名前 Playlist Exporter Playlist Exporter
ID ipdibomfjmifchhealolhhmocbfnjemj
公式URL https://chrome.google.com/webstore/detail/playlist-exporter/ipdibomfjmifchhealolhhmocbfnjemj
説明 Export Playlists.
ファイルサイズ 26.15 KB
インストール数 1,382
現在のバージョン 0.2.9
最終更新日 2016-04-19
公開日 2016-04-19
評価 2.31/5 合計 42 レビュー
開発者 http://dblk.org
支払い方法 free
拡張機能のウェブサイト http://dblk.org/pexporter
対応言語 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.2.9",
    "manifest_version": 2,
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "css": [
                "pExport.css"
            ],
            "js": [
                "pExport.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.deezer.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "pExport-0.2.9.js",
        "img\/pExport.png"
    ]
}