Vimeo repeat & speed
Repeat & Speed buttons for Vimeo HTML5 video
Vimeo repeat & speed란 무엇입니까?
Vimeo repeat & speed은(는) Rudie Dirkx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Repeat & Speed buttons for Vimeo HTML5 video"입니다.
확장 프로그램 스크린샷
Vimeo repeat & speed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds 2 buttons to Vimeo's HTML5 video player: * REPEAT -- for listening good music * SPEED (playback rate) -- for slow presentations History 1.11 Set default speed (through extension icon > Options). 1.10 Accept comma numbers. Hotkeys - and + for speed. 1.8 Added playlist support. Always add buttons always. 1.5 +support for embedded vimeo (on player.vimeo.com). 1.4 Use onTimeUpdate instead of onEnded, to listen to before-the-end, to make it work in playlists etc.
확장 프로그램 기본 정보
이름 | |
ID | noonakfaafcdaagngpjehilgegefdima |
공식 URL | https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima |
설명 | Repeat & Speed buttons for Vimeo HTML5 video |
파일 크기 | 7.29 KB |
설치 횟수 | 100,000 |
현재 버전 | 1.13 |
최근 업데이트 | 2022-06-15 |
출시 날짜 | 2018-11-02 |
평점 | 4.41/5 총 406 개의 평점 |
개발자 | Rudie Dirkx |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rudiedirkx/Vimeo-repeat |
도움말 페이지 URL | https://github.com/rudiedirkx/Vimeo-repeat |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vimeo repeat & speed", "description": "Repeat & Speed buttons for Vimeo HTML5 video", "optional_permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "js": [ "vimeo.content.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "icons": { "128": "images\/vimeo128.png", "48": "images\/vimeo48.png" }, "version": "1.13", "manifest_version": 3 } |