HoverPlay
Easier interaction with audio links on the web.
Vad är HoverPlay?
HoverPlay är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Easier interaction with audio links on the web.".
Tilläggsskärmbilder
Ladda ner HoverPlay-förlängningens CRX-fil
Ladda ner HoverPlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
Officiell webbadress | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
Beskrivning | Easier interaction with audio links on the web. |
Filstorlek | 53.72 KB |
Antal Installationer | 472 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2013-02-25 |
Publiceringsdatum | 2013-02-24 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } |