Firespot

Fire up the pages with music

Firespotคืออะไร?

Firespot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krikelin และคุณลักษณะหลักของมันคือ "Fire up the pages with music"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firespot

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}