Webflow Extension by Peeks

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

Webflow Extension by Peeks là gì?

Webflow Extension by Peeks là một tiện ích mở rộng Chrome được phát triển bởi Peeks, và tính năng chính của nó là "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webflow Extension by Peeks

Tải xuống các tệp mở rộng Webflow Extension by Peeks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webflow Extension by Peeks Webflow Extension by Peeks
ID mfjbmoaliicmnliefefaagcddnjkjamc
URL Chính Thức https://chromewebstore.google.com/detail/webflow-extension-by-peek/mfjbmoaliicmnliefefaagcddnjkjamc
Mô tả Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.
Kích Thước Tệp 43.89 KB
Số Lần Cài Đặt 810
Phiên Bản Hiện Tại 0.0.45
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2022-12-17
Đánh Giá 3.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Peeks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://peeks.co
URL Trang Chính Sách Bảo Mật https://peeks.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}