HoverPlay
Easier interaction with audio links on the web.
Co to jest HoverPlay?
HoverPlay to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Easier interaction with audio links on the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HoverPlay
Pobierz pliki rozszerzeń HoverPlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
Oficjalny URL | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
Opis | Easier interaction with audio links on the web. |
Rozmiar pliku | 53.72 KB |
Liczba instalacji | 472 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2013-02-25 |
Data Publikacji | 2013-02-24 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |