AI Added to Search
Add generative AI results to your search results.
AI Added to Search là gì?
AI Added to Search là một tiện ích mở rộng Chrome được phát triển bởi tejalpatwardhan, và tính năng chính của nó là "Add generative AI results to your search results.".
Ả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 AI Added to Search
Tải xuống các tệp mở rộng AI Added to Search 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
Switching between AI services and search results can be a hassle. Now, search in both at once! This extension adds an AI answer to the top of your search results. Feel free to use always, or toggle to "when you click the extension" to use more selectively.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Added to Search |
ID | ecnjfpolicbkccohcmkkncodalmiecjh |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-added-to-search/ecnjfpolicbkccohcmkkncodalmiecjh |
Mô tả | Add generative AI results to your search results. |
Kích Thước Tệp | 48.27 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-05-16 |
Ngày Phát Hành | 2023-03-31 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | tejalpatwardhan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Added to Search", "version": "2.0", "description": "Add generative AI results to your search results.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "host_permissions": [ "https:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/search?q=*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } } |