WebExtension.net
Toggle dark mode
WebExtension.net

Google Meet 字幕記錄器

View on Chrome Web Store
View Google Meet 字幕記錄器 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

記錄 Google Meet 會議的字幕
Type
Extension
Users
251 users
3
kevin5251984
View author page of kevin5251984
Published
Published on July 16, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on July 16, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Google Meet 字幕記錄器 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet \u5b57\u5e55\u8a18\u9304\u5668",
    "version": "1.0.1",
    "description": "\u8a18\u9304 Google Meet \u6703\u8b70\u7684\u5b57\u5e55",
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "\u5b57\u5e55\u8a18\u9304"
    },
    "side_panel": {
        "default_path": "side_panel.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top