Alt Text Generator

Alt text AI tool: A Chrome extension generating descriptive alt text for images, boosting SEO.

什么是Alt Text Generator?

Alt Text Generator是由pk60905开发的Chrome扩展程序,该扩展的主要功能是“Alt text AI tool: A Chrome extension generating descriptive alt text for images, boosting SEO.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Alt Text Generator扩展crx文件

下载Alt Text Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Alt Text Generator" is an innovative AI-powered Chrome extension designed for web developers, SEO professionals, and content creators.

 It harnesses the power of advanced AI algorithms to automatically interpret and describe images.

Users can effortlessly obtain image alt text in just a few steps:

1. Right-click on the image and select "Get Alt Text" from the context menu.
2. Once the AI analyzes the image, a fitting description appears in a pop-up box.
3. With the provided textbox, users can quickly copy the generated text using the "copy" button.


The alt text not only enhances website accessibility for visually impaired users but also significantly boosts SEO. 

There are two benefits to adding alt text:
1. Webpages with images that have alt text can enhance on-page SEO.
2. Images with alt text are easier to search for.

Using our Alt Text Generator can help you generate alt text and boost your SEO ranking.                    

扩展基本信息

名称 Alt Text Generator Alt Text Generator
ID dkemgognmflfbkdmfgdfpmjifionnmeh
官方URL https://chromewebstore.google.com/detail/alt-text-generator/dkemgognmflfbkdmfgdfpmjifionnmeh
简介 Alt text AI tool: A Chrome extension generating descriptive alt text for images, boosting SEO.
文件大小 22.45 KB
安装次数 655
当前版本 1.0.0.4
更新时间 2023-10-26
上架时间 2023-10-19
评分 3.00/5 共2次评分
开发者 pk60905
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://autosearchcapture.com/alttext_privacy
支持的语言 de,en,fr,vi,es,pt-PT,ru,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0.4",
    "description": "__MSG_extDescription__",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "downloads",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    }
}