5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
Co to jest 5 Speed Options for HTML5 videos?
5 Speed Options for HTML5 videos to rozszerzenie Chrome opracowane przez h-1, a jego główną funkcją jest „Allows users to store 5 different speed options and access them with keyboard shortcuts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 5 Speed Options for HTML5 videos
Pobierz pliki rozszerzeń 5 Speed Options for HTML5 videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jgcledljkklfpfbidpfogmcihiphjibn |
| Oficjalny URL | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
| Opis | Allows users to store 5 different speed options and access them with keyboard shortcuts |
| Rozmiar pliku | 12.54 KB |
| Liczba instalacji | 341 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2018-10-03 |
| Data Publikacji | 2018-10-03 |
| Ocena | 4.56/5 Łącznie 9 Oceny |
| Deweloper | h-1 |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/h-1/5SpeedOptions |
| Adres URL Strony Pomocy | https://github.com/h-1/5SpeedOptions |
| Obsługiwane Języki | 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"
]
}
]
} | |