Google Chat My Favorites
Adds button to add the topics to your favorites list on Google Chat
Cos'è Google Chat My Favorites?
Google Chat My Favorites è un'estensione di Chrome sviluppata da emrahonder, e la sua funzione principale è "Adds button to add the topics to your favorites list on Google Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Chat My Favorites
Scarica i file di estensione Google Chat My Favorites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Chat My Favorites |
ID | jamfmodpfjlcoemkkphkpmldidhkkogd |
URL Ufficiale | https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd |
Descrizione | Adds button to add the topics to your favorites list on Google Chat |
Dimensione del File | 16.55 KB |
Conteggio Installazioni | 749 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2022-11-07 |
Data di Pubblicazione | 2022-09-26 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | emrahonder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |