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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate alt text for images using AI. Connects to your AltText.ai account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AltText.ai: Alt text generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | 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": [ "*:\/\/*\/*" ] } ] } |