Firespot
Fire up the pages with music
什麼是Firespot?
Firespot是由krikelin開發的Chrome擴展程式,該擴展的主要功能是“Fire up the pages with music”。
擴展截圖
下載Firespot擴展crx文件
下載Firespot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create playlists of the current page
擴展基本資訊
名稱 | |
ID | hmackaecgcfelibdbhlfhkggelammlfj |
官方網址 | 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" } |