Webflow Extension by Peeks

Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.

ما هو Webflow Extension by Peeks؟

Webflow Extension by Peeks هو إضافة Chrome تم تطويرها بواسطة Peeks، والميزة الرئيسية لها هي "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Webflow Extension by Peeks

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

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

                        Increase your productivity on Webflow with our extension that comes with features to streamline your workflow. 

Currently our key feature is the AI-powered alt text generator, a must-have for improving the accessibility of your website and increasing your search engine ranking. 

Add alt text to static images, CMS items, SVG files, and GIFs with ease, and extract text from images to use as a caption.

Our alt text tool is fast and accurate, taking just seconds to work its magic. Keep an eye out for updates and new features.                    

معلومات أساسية عن التمديد

الاسم Webflow Extension by Peeks Webflow Extension by Peeks
ID mfjbmoaliicmnliefefaagcddnjkjamc
عنوان URL الرسمي https://chromewebstore.google.com/detail/webflow-extension-by-peek/mfjbmoaliicmnliefefaagcddnjkjamc
الوصف Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.
حجم الملف 43.89 KB
عدد التثبيتات 810
النسخة الحالية 0.0.45
آخر تحديث 2024-01-26
تاريخ النشر 2022-12-17
تقييم 3.70/5 مجموع تقييمات 10
المطور Peeks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://peeks.co
عنوان صفحة سياسة الخصوصية https://peeks.co/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webflow Extension by Peeks",
    "version": "0.0.45",
    "manifest_version": 3,
    "description": "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "peeks.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design\/*",
                "https:\/\/peeks.co\/*",
                "https:\/\/*.design.webflow.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/peeks-button-icon.svg"
            ],
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ]
        }
    ]
}