Webflow Extension by Peeks

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

Was ist Webflow Extension by Peeks?

Webflow Extension by Peeks ist eine Chrome-Erweiterung, die von Peeks entwickelt wurde, und ihr Hauptmerkmal ist "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.".

Erweiterungsscreenshots

screenshot
screenshot

Webflow Extension by Peeks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webflow Extension by Peeks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Webflow Extension by Peeks Webflow Extension by Peeks
ID mfjbmoaliicmnliefefaagcddnjkjamc
Offizielle URL https://chromewebstore.google.com/detail/webflow-extension-by-peek/mfjbmoaliicmnliefefaagcddnjkjamc
Beschreibung Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.
Dateigröße 43.89 KB
Installationsanzahl 810
Aktuelle Version 0.0.45
Letztes Update 2024-01-26
Veröffentlichungsdatum 2022-12-17
Bewertung 3.70/5 Insgesamt 10 Bewertungen
Entwickler Peeks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://peeks.co
URL der Datenschutzrichtlinien-Seite https://peeks.co/privacy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}