Firespot

Fire up the pages with music

Firespotとは何ですか?

Firespotはkrikelinによって開発されたChromeの拡張機能で、その主な機能は「Fire up the pages with music」です。

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

screenshot

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

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

拡張機能の使用方法

                        Create playlists of the current page                    

拡張機能の基本情報

名前 Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
公式URL https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
説明 Fire up the pages with music
ファイルサイズ 51.11 KB
インストール数 12
現在のバージョン 1.2.0
最終更新日 2012-07-13
公開日 2012-07-13
開発者 krikelin
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [
                "firespot.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Fire up the pages with music",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Firespot",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0"
}