feat: add google-meet-transcripts-extension and caption-extension

This commit is contained in:
Arash_M
2026-06-09 15:15:37 +03:30
parent 4a3db4d59f
commit 12f950d786
44 changed files with 1945 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<html lang="en">
<head>
<title>My popup</title>
<link rel="stylesheet" type="text/css" href="popup.css">
</head>
<body>
<div class="container">
<label class="switch">
<input id="slider" type="checkbox">
<span class="slider round"></span>
</label>
<button class="downloadBtn">Download .srt</button>
<div id="errorMessage" class="error-message"></div>
</div>
<script type="module" src="popup.js"></script>
</body>
</html>