TED Player Control
Shortcut to play/pause videos on TED.com using the spacebar.
Wat is TED Player Control?
TED Player Control is een Chrome-extensie ontwikkeld door Matheus Pedroso, en de belangrijkste functie is "Shortcut to play/pause videos on TED.com using the spacebar.".
Extensie Screenshots
Download het CRX-bestand van de extensie TED Player Control
Download TED Player Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ejkfpcfaajhhgaegdkgmdfgaookckeac |
| Officiële URL | https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac |
| Beschrijving | Shortcut to play/pause videos on TED.com using the spacebar. |
| Bestandsgrootte | 18.75 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2017-03-21 |
| Publicatiedatum | 2017-03-20 |
| Beoordeling | 4.14/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Matheus Pedroso |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mathop/ted-player-control |
| Ondersteunde Talen | 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"
]
} | |