AltText.ai: Alt text generator
Generate alt text for images using AI. Connects to your AltText.ai account.
Co to jest AltText.ai: Alt text generator?
AltText.ai: Alt text generator to rozszerzenie Chrome opracowane przez https://alttext.ai, a jego główną funkcją jest „Generate alt text for images using AI. Connects to your AltText.ai account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AltText.ai: Alt text generator
Pobierz pliki rozszerzeń AltText.ai: Alt text generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhedjnckjdclgflodngblaiepkpedeab |
| Oficjalny URL | https://chromewebstore.google.com/detail/alttextai-alt-text-genera/hhedjnckjdclgflodngblaiepkpedeab |
| Opis | Generate alt text for images using AI. Connects to your AltText.ai account. |
| Rozmiar pliku | 34.32 KB |
| Liczba instalacji | 3,339 |
| Aktualna Wersja | 1.0.7 |
| Ostatnia Aktualizacja | 2023-11-18 |
| Data Publikacji | 2023-09-05 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | https://alttext.ai |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://alttext.ai |
| Adres URL Strony Pomocy | https://alttext.ai/support |
| Adres URL Strony Polityki Prywatności | https://alttext.ai/privacy |
| Obsługiwane Języki | 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": [
"*:\/\/*\/*"
]
}
]
} | |