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.”。

扩展截图

screenshot

下载My sites in Webflow扩展crx文件

下载My sites in Webflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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