TED Player Control
Shortcut to play/pause videos on TED.com using the spacebar.
Cos'è TED Player Control?
TED Player Control è un'estensione di Chrome sviluppata da Matheus Pedroso, e la sua funzione principale è "Shortcut to play/pause videos on TED.com using the spacebar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TED Player Control
Scarica i file di estensione TED Player Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ejkfpcfaajhhgaegdkgmdfgaookckeac |
| URL Ufficiale | https://chromewebstore.google.com/detail/ted-player-control/ejkfpcfaajhhgaegdkgmdfgaookckeac |
| Descrizione | Shortcut to play/pause videos on TED.com using the spacebar. |
| Dimensione del File | 18.75 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2017-03-21 |
| Data di Pubblicazione | 2017-03-20 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | Matheus Pedroso |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mathop/ted-player-control |
| Lingue Supportate | 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"
]
} | |