Firespot
Fire up the pages with music
Hvad er Firespot?
Firespot er en Chrome-udvidelse udviklet af krikelin, og dens hovedfunktion er "Fire up the pages with music".
Udvidelsesskærmbilleder
Download Firespot-udvidelses-CRX-fil
Download Firespot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Create playlists of the current page
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hmackaecgcfelibdbhlfhkggelammlfj |
Officiel URL | https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj |
Beskrivelse | Fire up the pages with music |
Filstørrelse | 51.11 KB |
Antal Installationer | 12 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2012-07-13 |
Udgivelsesdato | 2012-07-13 |
Udvikler | krikelin |
Betalingsmetode | free |
Understøttede Sprog | 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" } |