5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
什麼是5 Speed Options for HTML5 videos?
5 Speed Options for HTML5 videos是由h-1開發的Chrome擴展程式,該擴展的主要功能是“Allows users to store 5 different speed options and access them with keyboard shortcuts”。
擴展截圖
下載5 Speed Options for HTML5 videos擴展crx文件
下載5 Speed Options for HTML5 videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows users to store 5 different speed options and access them with keyboard shortcuts.
5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk
Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875 擴展基本資訊
| 名稱 | |
| ID | jgcledljkklfpfbidpfogmcihiphjibn |
| 官方網址 | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
| 簡介 | Allows users to store 5 different speed options and access them with keyboard shortcuts |
| 檔案大小 | 12.54 KB |
| 安裝次數 | 341 |
| 目前版本 | 1.3 |
| 更新時間 | 2018-10-03 |
| 上架時間 | 2018-10-03 |
| 評分 | 4.56/5 共 9 次評分 |
| 開發者 | h-1 |
| 付費類型 | free |
| 擴展官網 | https://github.com/h-1/5SpeedOptions |
| 說明頁面URL | https://github.com/h-1/5SpeedOptions |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "5 Speed Options for HTML5 videos",
"description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
"version": "1.3",
"homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
"permissions": [
"storage"
],
"options_page": "options.html",
"icons": {
"16": "icons\/Number_5_16.png",
"48": "icons\/Number_5_64.png",
"128": "icons\/Number_5_128.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/Number_5_16.png",
"48": "icons\/Number_5_64.png"
},
"default_popup": "options.html"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"inject.js"
],
"css": [
"inject.css"
]
}
]
} | |