Find My Meeting
Find and activate all your Google Meet™ tabs!
什么是Find My Meeting?
Find My Meeting是由Andrew Fernandes开发的Chrome扩展程序,该扩展的主要功能是“Find and activate all your Google Meet™ tabs!”。
扩展截图
下载Find My Meeting扩展crx文件
下载Find My Meeting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Has this ever happened to you?! You're using Google Meet™ with Google Chrome™ and you switch to another window and... you can't... just can't find your active meeting tab anymore! It's lost in a sea of browser windows and tabs! Sure, you can look for the little "tab is using the camera or microphone" indicator... but what if you have dozens of windows, each with dozens of tabs?! How frustrating! How unprofessional! How embarrassing! But wait! This extension provides a simple solution to your "lost meeting" woes! Just click on its icon and all tabs open to a "meet.googe.com" URL will be activated and focused to the foreground!
扩展基本信息
名称 | Find My Meeting |
ID | egfiaddcdhpdmggbhdpafbpipnopnegl |
官方URL | https://chromewebstore.google.com/detail/find-my-meeting/egfiaddcdhpdmggbhdpafbpipnopnegl |
简介 | Find and activate all your Google Meet™ tabs! |
文件大小 | 473 KB |
安装次数 | 167 |
当前版本 | 1.1 |
更新时间 | 2020-08-05 |
上架时间 | 2020-08-03 |
评分 | 5.00/5 共4次评分 |
开发者 | Andrew Fernandes |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/adfernandes/find-my-meeting |
帮助页面URL | https://github.com/adfernandes/find-my-meeting |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Find and activate all your Google Meet\u2122 tabs!", "manifest_version": 2, "name": "Find My Meeting", "permissions": [ "tabs" ], "version": "1.1", "icons": { "16": "icons\/bullseye-16.png", "24": "icons\/bullseye-24.png", "32": "icons\/bullseye-32.png", "48": "icons\/bullseye-48.png", "64": "icons\/bullseye-64.png", "96": "icons\/bullseye-96.png", "128": "icons\/bullseye-128.png", "256": "icons\/bullseye-256.png", "768": "icons\/bullseye-768.png" }, "browser_action": { "browser_style": true, "default_area": "tabstrip", "default_tite": "Find My Meeting", "default_popup": "main.html" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |