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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/*"
    ]
}