Potato Extension for Webflow
Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!
Potato Extension for Webflow란 무엇입니까?
Potato Extension for Webflow은(는) Harshit Agrawal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!"입니다.
확장 프로그램 스크린샷
Potato Extension for Webflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Potato Extension for Webflow, the spud-tacular sidekick you never knew you needed! Designed for Webflow enthusiasts, and comes with bite-sized, time-saving features. 🥔✨ Feature 1: Effortlessly add "/16rem" using a single spacebar tap – specially crafted for Client-First lovers! Feature 2: Copy SVG code straight from the Webflow asset panel – big timesaver! Feature 3: Copy SVG as HTML Embed easily from the Webflow asset panel – faster workflow! Feature 4: Instantly set inline image height and width with a single click – minimize CLS and boost performance. Feature 5: Add Alt-text from asset name inside the asset panel – small but helpful addon! Feature 6: Use Artificial Intelligence(AI) to add Alt-text to images present inside asset panel. Feature 7: Class Name Helper for Style Systems – helps you name classes faster than ever! Ready to save some time with Potato? Install it now!
확장 프로그램 기본 정보
이름 | Potato Extension for Webflow |
ID | fghlhikadbbichmbfeijofnmcpgeggch |
공식 URL | https://chromewebstore.google.com/detail/potato-extension-for-webf/fghlhikadbbichmbfeijofnmcpgeggch |
설명 | Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features! |
파일 크기 | 29.91 KB |
설치 횟수 | 1,205 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2023-12-16 |
출시 날짜 | 2023-04-18 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | Harshit Agrawal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.flowchef.co/ |
도움말 페이지 URL | https://ha-official.notion.site/Potato-Extension-for-Webflow-1e320bc87d8243c296bb57ed8526a36a |
개인정보 보호 정책 페이지 URL | https://ha-official.notion.site/Privacy-Policy-8caf5f6b87454e6d85f8174ef7cc176b |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Potato Extension for Webflow", "version": "0.2.0", "description": "Potato is your Webflow companion, toss it into your workflow and watch it sprout with time-saving features!", "icons": { "48": "images\/Potato-48.png", "128": "images\/Potato-128.png" }, "action": { "default_popup": "component.html", "default_icon": { "48": "images\/Potato-48.png" } }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/webflow.com\/*", "*:\/\/*.design.webflow.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/webflow.com\/*", "*:\/\/*.design.webflow.com\/*" ], "js": [ "scripts\/initialize.js", "scripts\/functions.js" ], "css": [ "styles\/component.css" ] } ], "background": { "service_worker": "scripts\/background.js" } } |