Webflow Code Pro - imshaiksaif.dev
Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.
Webflow Code Pro - imshaiksaif.dev là gì?
Webflow Code Pro - imshaiksaif.dev là một tiện ích mở rộng Chrome được phát triển bởi https://www.imshaiksaif.dev, và tính năng chính của nó là "Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webflow Code Pro - imshaiksaif.dev
Tải xuống các tệp mở rộng Webflow Code Pro - imshaiksaif.dev dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Webflow Code Pro is a versatile Chrome extension built to revolutionize your Webflow experience. It comes with a range of powerful, easy-to-use features that will transform the way you work on your projects. Key features include: - Customizable Code Editor Themes: Personalize your coding environment with a selection of eye-catching themes. - Real-Time HTML/CSS/JS Validation: Identify and fix code errors instantly, ensuring clean, error-free code in your projects. - CMS Image Optimization: Reduce image file sizes without sacrificing quality, leading to faster-loading websites. - Custom Pre-Built Components: Access a library of fully customizable components, streamlining your design process. - Auto Complete Suggestions: Code faster and smarter with auto complete suggestions for HTML, CSS, and JavaScript. Improve your Webflow experience and create better websites faster with Webflow Power Tools.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webflow Code Pro - imshaiksaif.dev |
ID | cngoiecadamhaokkemmocmiiibngjejk |
URL Chính Thức | https://chromewebstore.google.com/detail/webflow-code-pro-imshaiks/cngoiecadamhaokkemmocmiiibngjejk |
Mô tả | Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity. |
Kích Thước Tệp | 1.7 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-06-11 |
Ngày Phát Hành | 2023-03-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.imshaiksaif.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.imshaiksaif.dev/webflow-code-pro?app=webflow_code_pro |
URL Trang Trợ Giúp | https://www.imshaiksaif.dev/contact?app=webflow_code_pro |
URL Trang Chính Sách Bảo Mật | https://www.imshaiksaif.dev/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webflow Code Pro - imshaiksaif.dev", "version": "1.1.0", "description": "Supercharge your Webflow projects with our extension, including features to enhance your workflow and boost productivity.", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "action": [], "content_scripts": [ { "js": [ ".\/designer.js" ], "matches": [ "https:\/\/webflow.com\/design*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "script.js", "htmlmixed.js", "3024-night.png", "abcdef.png", "ambiance.png", "ayu-dark.png", "ayu-mirage.png", "base16-dark.png", "Base16-light.png", "bespin.png", "blackboard.png", "cobalt.png", "colorforth.png", "dracula.png", "duotone-dark.png", "duotone-light.png", "eclipse.png" ], "matches": [ "https:\/\/*.webflow.com\/*" ] } ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/webflow.com\/design*" ] } } |