My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview.
My sites in Webflow란 무엇입니까?
My sites in Webflow은(는) Marek Lumi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your Webflow sites faster: Designer, Settings or Preview."입니다.
확장 프로그램 스크린샷
My sites in Webflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you open your Webflow Dashboard, your current sites are saved locally to your browser. You can then access them faster (the Designer, Settings or Preview) when you open the popup window of this extension. NOTE: Extension is developed independently, and is not officially endorsed by Webflow, Inc.
확장 프로그램 기본 정보
이름 | My sites in Webflow |
ID | fhicpgkkgeefcfbkfaiigkaakfhakkbc |
공식 URL | https://chromewebstore.google.com/detail/my-sites-in-webflow/fhicpgkkgeefcfbkfaiigkaakfhakkbc |
설명 | Open your Webflow sites faster: Designer, Settings or Preview. |
파일 크기 | 16.03 KB |
설치 횟수 | 131 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-04-07 |
출시 날짜 | 2020-05-01 |
개발자 | Marek Lumi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My sites in Webflow", "version": "2.0.1", "manifest_version": 3, "description": "Open your Webflow sites faster: Designer, Settings or Preview.", "homepage_url": "https:\/\/webflow.grsm.io\/marekeiba", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/webflow.com\/dashboard\/*" ], "js": [ "src\/content-script.js" ], "run_at": "document_end" } ], "options_page": "src\/settings\/settings.html", "action": { "default_icon": "icons\/icon19.png", "default_title": "My sites in Webflow", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/webflow.com\/dashboard\/*" ] } |