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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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\/*"
            ]
        }
    ]
}