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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*" ] } ] } |