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是由https://alttext.ai開發的Chrome擴展程式,該擴展的主要功能是“Generate alt text for images using AI. Connects to your AltText.ai account.”。
擴展截圖
下載AltText.ai: Alt text generator擴展crx文件
下載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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } ] } |