HoverPlay
Easier interaction with audio links on the web.
Qu'est-ce que HoverPlay ?
HoverPlay est une extension Chrome développée par Unknown, et sa fonction principale est "Easier interaction with audio links on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HoverPlay
Téléchargez les fichiers d'extension HoverPlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
URL Officiel | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
Description | Easier interaction with audio links on the web. |
Taille du Fichier | 53.72 KB |
Nombre d'Installations | 472 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2013-02-25 |
Date de Publication | 2013-02-24 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |