TED Player Control
Shortcut to play/pause videos on TED.com using the spacebar.
TED Player Controlとは何ですか?
TED Player ControlはMatheus Pedrosoによって開発されたChromeの拡張機能で、その主な機能は「Shortcut to play/pause videos on TED.com using the spacebar.」です。
拡張機能のスクリーンショット
TED Player Control拡張機能のCRXファイルをダウンロード
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"
]
} | |