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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | TED Player Control |
ID | ejkfpcfaajhhgaegdkgmdfgaookckeac |
官方網址 | 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" ] } |