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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* 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. 확장 프로그램 기본 정보
| 이름 | |
| 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": [
"*:\/\/*\/*"
]
}
]
} | |