5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
Was ist 5 Speed Options for HTML5 videos?
5 Speed Options for HTML5 videos ist eine Chrome-Erweiterung, die von h-1 entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to store 5 different speed options and access them with keyboard shortcuts".
Erweiterungsscreenshots
5 Speed Options for HTML5 videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie 5 Speed Options for HTML5 videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jgcledljkklfpfbidpfogmcihiphjibn |
| Offizielle URL | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
| Beschreibung | Allows users to store 5 different speed options and access them with keyboard shortcuts |
| Dateigröße | 12.54 KB |
| Installationsanzahl | 341 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2018-10-03 |
| Veröffentlichungsdatum | 2018-10-03 |
| Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
| Entwickler | h-1 |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/h-1/5SpeedOptions |
| Hilfeseite URL | https://github.com/h-1/5SpeedOptions |
| Unterstützte Sprachen | 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"
]
}
]
} | |