AltText.ai: Alt text generator
Generate alt text for images using AI. Connects to your AltText.ai account.
AltText.ai: Alt text generator là gì?
AltText.ai: Alt text generator là một tiện ích mở rộng Chrome được phát triển bởi https://alttext.ai, và tính năng chính của nó là "Generate alt text for images using AI. Connects to your AltText.ai account.".
Ả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 AltText.ai: Alt text generator
Tải xuống các tệp mở rộng AltText.ai: Alt text generator 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
* Generate alt text for any image on a web page. * Simply right-click any image, select "Generate Alt Text" from the menu, and we'll return the generated alt text. Click the "Copy" button to copy/paste it wherever you need alt text! * Use web page meta descriptions for SEO keywords in the generated alt text. * Get alt text in over 130+ languages. * You'll need an AltText.ai account and API key to use this extension. If you don't have an account, get started with our totally free trial. * AltText.ai uses AI and advanced computer vision to automatically generate high-quality alt text for images.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AltText.ai: Alt text generator |
ID | hhedjnckjdclgflodngblaiepkpedeab |
URL Chính Thức | https://chromewebstore.google.com/detail/alttextai-alt-text-genera/hhedjnckjdclgflodngblaiepkpedeab |
Mô tả | Generate alt text for images using AI. Connects to your AltText.ai account. |
Kích Thước Tệp | 34.32 KB |
Số Lần Cài Đặt | 3,339 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2023-11-18 |
Ngày Phát Hành | 2023-09-05 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://alttext.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://alttext.ai |
URL Trang Trợ Giúp | https://alttext.ai/support |
URL Trang Chính Sách Bảo Mật | https://alttext.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AltText.ai: Alt text generator", "short_name": "AltText.ai", "description": "Generate alt text for images using AI. Connects to your AltText.ai account.", "version": "1.0.7", "icons": { "16": "images\/alttext-ai-logo-16x16.png", "48": "images\/alttext-ai-logo-48x48.png", "128": "images\/alttext-ai-logo-128x128.png" }, "action": { "default_icon": { "16": "images\/alttext-ai-logo-16x16.png", "48": "images\/alttext-ai-logo-48x48.png", "128": "images\/alttext-ai-logo-128x128.png" }, "default_title": "AltText.ai - Automatically generate alt text", "default_popup": "popup\/popup.html" }, "permissions": [ "contextMenus", "storage", "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "resources": [ "\/options\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |