Alt Text Generator

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

ما هو Alt Text Generator؟

Alt Text Generator هو إضافة Chrome تم تطويرها بواسطة pk60905، والميزة الرئيسية لها هي "Alt text AI tool: A Chrome extension generating descriptive alt text for images, boosting SEO.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Alt Text Generator

قم بتنزيل ملفات الامتداد Alt Text Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        "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
عنوان صفحة سياسة الخصوصية 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"
    }
}