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\/*" ] } ] } |