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"
    ]
}  |  |