Google Chat My Favorites
Adds button to add the topics to your favorites list on Google Chat
Vad är Google Chat My Favorites?
Google Chat My Favorites är en Chrome-tillägg utvecklad av emrahonder, och dess huvudfunktion är "Adds button to add the topics to your favorites list on Google Chat".
Tilläggsskärmbilder
Ladda ner Google Chat My Favorites-förlängningens CRX-fil
Ladda ner Google Chat My Favorites-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Google Chat My Favorites |
ID | jamfmodpfjlcoemkkphkpmldidhkkogd |
Officiell webbadress | https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd |
Beskrivning | Adds button to add the topics to your favorites list on Google Chat |
Filstorlek | 16.55 KB |
Antal Installationer | 749 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2022-11-07 |
Publiceringsdatum | 2022-09-26 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | emrahonder |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |