HoverPlay
Easier interaction with audio links on the web.
Apa itu HoverPlay?
HoverPlay adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Easier interaction with audio links on the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HoverPlay
Unduh file ekstensi HoverPlay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
URL Resmi | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
Deskripsi | Easier interaction with audio links on the web. |
Ukuran File | 53.72 KB |
Jumlah Instalasi | 472 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2013-02-25 |
Tanggal Publikasi | 2013-02-24 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |