Hotkeys for Webflow

Adds hotkeys and dashboard for Webflow.

Hotkeys for Webflowคืออะไร?

Hotkeys for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marvin และคุณลักษณะหลักของมันคือ "Adds hotkeys and dashboard for Webflow."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hotkeys for Webflow

ดาวน์โหลดไฟล์ส่วนขยาย Hotkeys for Webflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance your Webflow experience and boost your productivity with 'Hotkeys for Webflow'. 

Our extension integrates seamlessly into your Webflow workflow, providing useful keyboard shortcuts for your most frequently used actions. With just a simple key combination, create and manage your Webflow elements:

SHIFT + 'D': Insert a Div Block
SHIFT + 'B': Add a Button
SHIFT + 'U': Add a Paragraph (P is already used by Webflow)
SHIFT + 'C': Create a Collection List
SHIFT + 'T': Insert a Text Block
SHIFT + 'H': Add a Heading
SHIFT + 'I': Insert an Image
SHIFT + 'L': Add a Text Link
SHIFT + 'R': Create Rich Text
SHIFT + 'F': Insert a Form
SHIFT + 'Q': Add an HTML Embed
SHIFT + ':': (colon) Finsweet Custom Code

If you've been using the hotkeys extension, you might find it useful to check out the activity dashboard we've set up in Webflow. It's designed to keep track of the elements you create with the extension. This way, you can see how much you've done and maybe find ways to streamline your work even more. Just head over to the dashboard on our Webflow site whenever you want to take a look.


Updates:

v9, 14. February 2024:
- Small Bug fix for Daily average

v8, 14. February 2024:
- Added dashboard

v0.07, 14. January 2024:
- Finsweet Custom Code is now supported again with Shift + ":" (colon)

v0.06, 08. January 2024:
- Changed Paragraph Hotkeys to Shift + U
- Removed direct publish
- Removed Finsweet Custom Code
- Now supports: Linkblock (Shift + W), List (Shift + Y), QuickStack (Shift + 0), Grid (Shift + J), Tabs (Shift + K), Input Field (Shift + X), Video (Shift + V), Custom Element (Shift + M [Magic Element])

v0.05: Added Paragraph Hotkeys (Shift + Z), Forced to change the publishing Hotkey to (Shift + U)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hotkeys for Webflow Hotkeys for Webflow
ID hnnbfhbkplmodopbdbidolhjmndbphik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hotkeys-for-webflow/hnnbfhbkplmodopbdbidolhjmndbphik
คำอธิบาย Adds hotkeys and dashboard for Webflow.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 9
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2023-07-28
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา marvin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.halbstark.de
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hotkeys for Webflow",
    "version": "9",
    "author": "Marvin Blach",
    "description": "Adds hotkeys and dashboard for Webflow.",
    "permissions": [
        "storage",
        "*:\/\/*.webflow.com\/*"
    ],
    "action": {
        "default_icon": {
            "128": "Hotkeys Icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.webflow.com\/*"
            ],
            "js": [
                "content.js",
                "popper.js",
                "tippy.js",
                "chart.js"
            ],
            "css": [
                "app.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "Hotkeys Icon.png"
    }
}