TED Player Control
Shortcut to play/pause videos on TED.com using the spacebar.
ما هو TED Player Control؟
TED Player Control هو إضافة Chrome تم تطويرها بواسطة Matheus Pedroso، والميزة الرئيسية لها هي "Shortcut to play/pause videos on TED.com using the spacebar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TED Player Control
قم بتنزيل ملفات الامتداد TED Player Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | TED Player Control |
ID | ejkfpcfaajhhgaegdkgmdfgaookckeac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac |
الوصف | Shortcut to play/pause videos on TED.com using the spacebar. |
حجم الملف | 18.75 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2017-03-21 |
تاريخ النشر | 2017-03-20 |
تقييم | 4.14/5 مجموع تقييمات 7 |
المطور | Matheus Pedroso |
نوع الدفع | free |
موقع الإضافة | https://github.com/mathop/ted-player-control |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TED Player Control", "description": "Shortcut to play\/pause videos on TED.com using the spacebar.", "version": "0.1.1", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "http:\/\/www.ted.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.ted.com\/talks\/*", "http:\/\/www.ted.com\/playlists\/*" ], "js": [ "src\/contentscript.js" ] } ], "web_accessible_resources": [ "src\/script.js" ] } |