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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |