Webflow Extension by Peeks
Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.
O que é Webflow Extension by Peeks?
Webflow Extension by Peeks é uma extensão do Chrome desenvolvida por Peeks, e sua principal característica é "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webflow Extension by Peeks
Baixe arquivos de extensão Webflow Extension by Peeks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Webflow Extension by Peeks |
ID | mfjbmoaliicmnliefefaagcddnjkjamc |
URL Oficial | https://chromewebstore.google.com/detail/webflow-extension-by-peek/mfjbmoaliicmnliefefaagcddnjkjamc |
Descrição | Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation. |
Tamanho do Arquivo | 43.89 KB |
Contagem de Instalações | 810 |
Versão Atual | 0.0.45 |
Última Atualização | 2024-01-26 |
Data de Publicação | 2022-12-17 |
Classificação | 3.70/5 Total de 10 Avaliações |
Desenvolvedor | Peeks |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://peeks.co |
URL da Página de Política de Privacidade | https://peeks.co/privacy |
Idiomas Suportados | 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\/*" ] } ] } |