HoverPlay
Easier interaction with audio links on the web.
ما هو HoverPlay؟
HoverPlay هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Easier interaction with audio links on the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HoverPlay
قم بتنزيل ملفات الامتداد HoverPlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | HoverPlay |
ID | hkbbcjmckhhnpniafekogpfonhiomnal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal |
الوصف | Easier interaction with audio links on the web. |
حجم الملف | 53.72 KB |
عدد التثبيتات | 472 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2013-02-25 |
تاريخ النشر | 2013-02-24 |
تقييم | 4.40/5 مجموع تقييمات 10 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |