Google Chat My Favorites
Adds button to add the topics to your favorites list on Google Chat
Qu'est-ce que Google Chat My Favorites ?
Google Chat My Favorites est une extension Chrome développée par emrahonder, et sa fonction principale est "Adds button to add the topics to your favorites list on Google Chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Chat My Favorites
Téléchargez les fichiers d'extension Google Chat My Favorites au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Chat My Favorites |
ID | jamfmodpfjlcoemkkphkpmldidhkkogd |
URL Officiel | https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd |
Description | Adds button to add the topics to your favorites list on Google Chat |
Taille du Fichier | 16.55 KB |
Nombre d'Installations | 749 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2022-11-07 |
Date de Publication | 2022-09-26 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | emrahonder |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |