Pandora History Saver

Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.

Pandora History Saverとは何ですか?

Pandora History SaverはPatrick Griffithによって開発されたChromeの拡張機能で、その主な機能は「Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.」です。

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

screenshot

Pandora History Saver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Records your history across all stations. 

It labels the songs you skipped.

Click on the song name to hear it on Youtube. 

Allows you to remove items from your history and then export the history to a text file.                    

拡張機能の基本情報

名前 Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
公式URL https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
説明 Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.
ファイルサイズ 77.75 KB
インストール数 105
現在のバージョン 1.0.2
最終更新日 2015-11-20
公開日 2015-11-20
評価 3.00/5 合計 2 レビュー
開発者 Patrick Griffith
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora History Saver",
    "description": "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "model.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "model.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_title": "Pandora History Saver",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}