Click to Meet
This extension allows you to go to an Active Google Meet tab.
什麼是Click to Meet?
Click to Meet是由Gaurav Kushwaha開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to go to an Active Google Meet tab.”。
擴展截圖
下載Click to Meet擴展crx文件
下載Click to Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Watch Live IPL with us Shortcut key : Activate : Ctrl/⌘ + ← Leave & Close tab : Ctrl/⌘ + ↓ Close remaining tabs : Ctrl/⌘ + → Reopen last tab : Ctrl/⌘ + ↑ Use shortcut globally by enable option from here: chrome://extensions/shortcuts (Search this in chrome bar) Problem we are solving ⚠️: - While attending the meet along with work, we face difficulty to find Active google meet tab in all open tabs - Other might think we are not present in meeting Solution ✅: - This chrome-extension help us to find the active tab of google meet with one click and also exit you from meet with one shortcut Open Source Contribution : https://github.com/heykush/Click-to-Meet More Updates coming soon ...
擴展基本資訊
名稱 | Click to Meet |
ID | ehcbipkoaanenigfifjmilglodhkjbfn |
官方網址 | https://chromewebstore.google.com/detail/click-to-meet/ehcbipkoaanenigfifjmilglodhkjbfn |
簡介 | This extension allows you to go to an Active Google Meet tab. |
檔案大小 | 11.92 KB |
安裝次數 | 25 |
目前版本 | 1.3.3 |
更新時間 | 2022-04-02 |
上架時間 | 2022-03-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Gaurav Kushwaha |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://www.instagram.com/ravvkush/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "38": "icon38.png" }, "default_title": "Click to Meet" }, "commands": { "goto_tab": { "description": "Go to Meet", "suggested_key": { "default": "Ctrl + Left", "mac": "Command + Left" } }, "close_tabs": { "description": "Close Meet tabs", "suggested_key": { "default": "Ctrl + Down", "mac": "Command + Down" } }, "last_tab": { "description": "Close remaining tabs", "suggested_key": { "default": "Ctrl + Up", "mac": "Command + Up" } }, "close_alltabs": { "description": "Reopen last tab", "suggested_key": { "default": "Ctrl + Right", "mac": "Command + Right" } } }, "author": "Gaurav kushwaha", "description": "This extension allows you to go to an Active Google Meet tab.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/click-to-meet\/ehcbipkoaanenigfifjmilglodhkjbfn", "name": "Click to Meet", "permissions": [ "tabs", "contextMenus" ], "version": "1.3.3" } |