AltText.ai: Alt text generator
Generate alt text for images using AI. Connects to your AltText.ai account.
AltText.ai: Alt text generatorคืออะไร?
AltText.ai: Alt text generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alttext.ai และคุณลักษณะหลักของมันคือ "Generate alt text for images using AI. Connects to your AltText.ai account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AltText.ai: Alt text generator
ดาวน์โหลดไฟล์ส่วนขยาย AltText.ai: Alt text generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AltText.ai: Alt text generator |
ID | hhedjnckjdclgflodngblaiepkpedeab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alttextai-alt-text-genera/hhedjnckjdclgflodngblaiepkpedeab |
คำอธิบาย | Generate alt text for images using AI. Connects to your AltText.ai account. |
ขนาดไฟล์ | 34.32 KB |
จำนวนการติดตั้ง | 3,339 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2023-11-18 |
วันที่เผยแพร่ | 2023-09-05 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://alttext.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://alttext.ai |
URL หน้าช่วยเหลือ | https://alttext.ai/support |
URL หน้านโยบายความเป็นส่วนตัว | https://alttext.ai/privacy |
ภาษาที่รองรับ | 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": [ "*:\/\/*\/*" ] } ] } |