Website AMA
Find answers to your questions from a webpage in natural language
Website AMA là gì?
Website AMA là một tiện ích mở rộng Chrome được phát triển bởi https://aasaanai.com, và tính năng chính của nó là "Find answers to your questions from a webpage in natural language".
Ả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 Website AMA
Tải xuống các tệp mở rộng Website AMA 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
Search for the answers to your questions on any webpage. Just ask questions naturally and get the relevant answers from the current website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Website AMA |
ID | ebcbnkpcfdcgmhdponcohphdhhdcpjnm |
URL Chính Thức | https://chromewebstore.google.com/detail/website-ama/ebcbnkpcfdcgmhdponcohphdhhdcpjnm |
Mô tả | Find answers to your questions from a webpage in natural language |
Kích Thước Tệp | 5.4 MB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-05-13 |
Ngày Phát Hành | 2020-05-13 |
Nhà Phát Triển | https://aasaanai.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aasaanai.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website AMA", "version": "0.0.1", "description": "Find answers to your questions from a webpage in natural language", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/content.js" ], "all_frames": true, "run_at": "document_start" } ], "page_action": { "default_title": "A popup will come", "default_popup": "src\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } } |