My sites in Webflow

Open your Webflow sites faster: Designer, Settings or Preview.

ما هو My sites in Webflow؟

My sites in Webflow هو إضافة Chrome تم تطويرها بواسطة Marek Lumi، والميزة الرئيسية لها هي "Open your Webflow sites faster: Designer, Settings or Preview.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة My sites in Webflow

قم بتنزيل ملفات الامتداد My sites in Webflow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/*"
    ]
}