Google Chat My Favorites
Adds button to add the topics to your favorites list on Google Chat
Google Chat My Favorites là gì?
Google Chat My Favorites là một tiện ích mở rộng Chrome được phát triển bởi emrahonder, và tính năng chính của nó là "Adds button to add the topics to your favorites list on Google Chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Chat My Favorites
Tải xuống các tệp mở rộng Google Chat My Favorites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Chat My Favorites |
ID | jamfmodpfjlcoemkkphkpmldidhkkogd |
URL Chính Thức | https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd |
Mô tả | Adds button to add the topics to your favorites list on Google Chat |
Kích Thước Tệp | 16.55 KB |
Số Lần Cài Đặt | 749 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2022-11-07 |
Ngày Phát Hành | 2022-09-26 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | emrahonder |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |