HTML5 Syncer
Allows synchronisation of 2 HTML5 video and audio streams even on different tabs. Just click the popup to scan each page and press…
HTML5 Syncer란 무엇입니까?
HTML5 Syncer은(는) crabshank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows synchronisation of 2 HTML5 video and audio streams even on different tabs. Just click the popup to scan each page and press…"입니다.
확장 프로그램 스크린샷
HTML5 Syncer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows synchronisation of 2 HTML5 video and audio streams even on different tabs. Just click the popup to scan each page and press the "Sync" button to generate sync buttons next to the video/audio, then click them (preferably when both are paused at the right times) to synchronise. Press the "Flush" button to remove synchronisation. The streams will pause, play, change playback rate and seek together. You can check the Developer tools console for information. N.B. You may have to go to "chrome://extensions/" and click the reload icon for this extension if the delay does not show up on the green sync button. Changes: 15/01/2023 - More efficient code used when finding streams. 05/01/2023 - Faster code used when finding streams. 26/10/2022 - Improved element handling (e.g. searching for tags). 15/06/2021 - Handles streams waiting for data better. 18/05/2021 - Fixed issue where the delay could be written on the wrong button; made the buttons appear below audio tags if there is space at the bottom of the page. 16/05/2021 - Removed global variables from background script; improved message passing to tabs. 04/05/2021 - Added "return true;" to the end of the "onMessage" functions. 19/04/2021 - Replaced 'chrome.extension.sendMessage/onMessage' 17/03/2021 - Minor code cleanup. 08/03/2021 - Updated manifest to v3. 24/02/2021 - Bugfix for last update. 24/02/2021 - Fixed issue where the sync button would appear closer to the top-centre than the top-left on some videos. 10/02/2021 - Better handling of 'Flush' event. 27/01/2021 - Minor amendments. 26/01/2021 - Now when the bar auto-hides, if you place the cursor where it was, it will reappear if it was clickable. Clicking the sync button whilst green now has no effect. Minor change to colour scheme, plus other fixes. 10/01/2021 - Fixed colour scheme of 'Scan' and 'Flush' buttons in popup (especially in dark mode). 13/12/2020 - Fixed issue that caused pause/play loop when seeking. Now can press 'Scan' more than once to generate sync buttons. 23/09/2020 - Keeps up to date with the tabs containing the synced videos. Delay now displays immediately after syncing. Event listeners now removed after the 'flush' action. 'src' is now correctly found for synced videos. HTML button initialisation fixed. 20/09/2020 - Slight amendments to syncing procedure. 06/09/2020 - Improved console logging. 23/05/2020 - Fixed issues causing the wrong media element to be synced to, preventing the sync button being updated properly, and prevents the video automatically playing when the sync button is pressed sometimes. 07/05/2020 - Improved visibility CSS. 05/05/2020 - Adjusted visibility, changed event listeners and delay displayed in sync button. 04/03/2020 - Added close buttons, to remove sync buttons. 05/03/2020 - Placed sync and close buttons in a transparent div.
확장 프로그램 기본 정보
이름 | HTML5 Syncer |
ID | lhaanannlkmcngdladnjjellfnadlpdf |
공식 URL | https://chromewebstore.google.com/detail/html5-syncer/lhaanannlkmcngdladnjjellfnadlpdf |
설명 | Allows synchronisation of 2 HTML5 video and audio streams even on different tabs. Just click the popup to scan each page and press… |
파일 크기 | 9.95 KB |
설치 횟수 | 74 |
현재 버전 | 1.68 |
최근 업데이트 | 2023-10-16 |
출시 날짜 | 2020-05-07 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | crabshank |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/crabshank/HTML5-Syncer |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML5 Syncer", "version": "1.68", "content_scripts": [ { "all_frames": true, "matches": [ " |