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."입니다.
확장 프로그램 스크린샷
Webflow Extension by Peeks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |