My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview.
My sites in Webflow là gì?
My sites in Webflow là một tiện ích mở rộng Chrome được phát triển bởi Marek Lumi, và tính năng chính của nó là "Open your Webflow sites faster: Designer, Settings or Preview.".
Ả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 My sites in Webflow
Tải xuống các tệp mở rộng My sites in Webflow 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | My sites in Webflow |
ID | fhicpgkkgeefcfbkfaiigkaakfhakkbc |
URL Chính Thức | https://chromewebstore.google.com/detail/my-sites-in-webflow/fhicpgkkgeefcfbkfaiigkaakfhakkbc |
Mô tả | Open your Webflow sites faster: Designer, Settings or Preview. |
Kích Thước Tệp | 16.03 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-04-07 |
Ngày Phát Hành | 2020-05-01 |
Nhà Phát Triển | Marek Lumi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |