Google Chat My Favorites
Adds button to add the topics to your favorites list on Google Chat
¿Qué es Google Chat My Favorites?
Google Chat My Favorites es una extensión de Chrome desarrollada por emrahonder, y su función principal es "Adds button to add the topics to your favorites list on Google Chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Chat My Favorites
Descarga archivos de extensión Google Chat My Favorites en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Google Chat does not have any function to help you make any topics your favourites This plugin adds a button to each thread to add them to your favourites list and you can easily reach them. If you like it, consider giving to help keep the extension running. https://www.buymeacoffee.com/emrahonder
Información Básica de la Extensión
Nombre | Google Chat My Favorites |
ID | jamfmodpfjlcoemkkphkpmldidhkkogd |
URL Oficial | https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd |
Descripción | Adds button to add the topics to your favorites list on Google Chat |
Tamaño del Archivo | 16.55 KB |
Cantidad de Instalaciones | 749 |
Versión Actual | 0.0.4 |
Última Actualización | 2022-11-07 |
Fecha de Publicación | 2022-09-26 |
Calificación | 3.86/5 Total de 7 Calificaciones |
Desarrollador | emrahonder |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "style.js", "constants.js", "utils.js", "content.js" ], "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "description": "Adds button to add the topics to your favorites list on Google Chat", "manifest_version": 3, "name": "Google Chat My Favorites", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |