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是由Peeks開發的Chrome擴展程式,該擴展的主要功能是“Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.”。

擴展截圖

screenshot
screenshot

下載Webflow Extension by Peeks擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}