HoverPlay
Easier interaction with audio links on the web.
Cos'è HoverPlay?
HoverPlay è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Easier interaction with audio links on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HoverPlay
Scarica i file di estensione HoverPlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Just hover over an audio link let HoverPlay do the rest! An audio player will appear in the bottom right of the page. When the audio player is on the screen, use spacebar to play and pause the audio and esc to remove the player.
Informazioni di Base sull'Estensione
Nome | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
URL Ufficiale | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
Descrizione | Easier interaction with audio links on the web. |
Dimensione del File | 53.72 KB |
Conteggio Installazioni | 472 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2013-02-25 |
Data di Pubblicazione | 2013-02-24 |
Valutazione | 4.40/5 Totale 10 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "HoverPlay", "version": "1.0.4", "manifest_version": 2, "description": "Easier interaction with audio links on the web.", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "options_page": "options\/options.html", "icons": { "48": "icons\/hoverplay48.png", "128": "icons\/hoverplay128.png" }, "page_action": { "default_icon": "icons\/hoverplay38.png", "default_title": "Disable HoverPlay", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "jquery-ui.min.js", "contentscript.js" ], "css": [ "content.css" ] } ], "permissions": [ "tabs" ] } |