AidKit for Webflow

Unlock a suite of tools made for Webflow developers. Customize & automate your development process using industry best practices.

ما هو AidKit for Webflow؟

AidKit for Webflow هو إضافة Chrome تم تطويرها بواسطة https://assulin.com، والميزة الرئيسية لها هي "Unlock a suite of tools made for Webflow developers. Customize & automate your development process using industry best practices.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AidKit for Webflow

قم بتنزيل ملفات الامتداد AidKit for Webflow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        DESCRIPTION:
Introducing AidKit for Webflow – the multi-functional toolkit every Webflow developer needs. Experience a seamless development workflow with a suite of practical features. AidKit for Webflow enhances your workflow, allowing you to focus on what truly matters: creating exceptional websites.


PAGE SETTINGS:

Feature 1 (Character Count Display):
Real-time character counter for your text inputs for more precise content editing.

Feature 2 (SEO Text Length Indicator):
Receive instant feedback on the length of your meta descriptions and titles. Know when content is too short, optimal, or too long.

Feature 3 (Title Tag Length Limit): 
Receive real-time character limitations for your title tags, ensuring they are optimized for search engine visibility. 

Feature 4 (Meta Description Length Limit): Automatically restrict a 160 character count for your meta descriptions, ensuring they are optimized for search engine visibility.

Feature 5 (OG Image URL Enhancer):
Easily paste the same link as the open graph image from your home page with a single checkbox.

DESIGNER SETTINGS:

Feature 1 (CMS Shortcut): 
Streamline your workflow with quick access shortcut to the CMS, making it easier than ever to switch between the designer and the CMS with a simple click of "C" on your keyboard.

Feature 2 (Undo/Redo): 
Webflow's very useful undo and redo buttons were relocated. Reapply the original undo and redo buttons ensuring a smoother design process.

Feature 3 (Active Breakpoints): 
When designing in webflow, you can sometimes loose track that you have been working in a non base breakpoint for quite some time... that forgetfulness can cause alot of pain when you come to realize all the work you did needs to now be redone in the base breakpoint... with this new feature you have a peripheral visual when designing for that mental reminder. 

Feature 4 (Change Webflow Designer Color Appearance): 
In Webflow's major rebranding, they introduced a much darker designer... some like it, some not as much... this feature brings back the original webflow designer appearance... but also introduces new colors for different moods... light mode coming soon.

Feature 5 (White Label the Webflow Designer): 
Change the webflow logo atop left of the designer to your brand logo for a professional look. Useful when screen recording videos or screenshots for clients. 

And that's just the beginning! AidKit for Webflow will be evolving with new features to make your Webflow development experience even more efficient and enjoyable.                    

معلومات أساسية عن التمديد

الاسم AidKit for Webflow AidKit for Webflow
ID alcmokdbldmcokmlkngjlfoffjobjlhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/aidkit-for-webflow/alcmokdbldmcokmlkngjlfoffjobjlhn
الوصف Unlock a suite of tools made for Webflow developers. Customize & automate your development process using industry best practices.
حجم الملف 525 KB
عدد التثبيتات 242
النسخة الحالية 1.5.1
آخر تحديث 2024-01-29
تاريخ النشر 2023-05-10
تقييم 5.00/5 مجموع تقييمات 15
المطور https://assulin.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.assulin.com/aidkit-for-webflow
عنوان صفحة المساعدة https://www.assulin.com/
عنوان صفحة سياسة الخصوصية https://www.assulin.com/aidkit-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AidKit for Webflow",
    "version": "1.5.1",
    "description": "Unlock a suite of tools made for Webflow developers. Customize & automate your development process using industry best practices.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.design.webflow.com\/*"
            ],
            "js": [
                "jquery-3.6.4.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "\ud83d\udd27 AidKit for Webflow",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-32-grey.png",
        "32": "images\/icon-32-grey.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.design.webflow.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.6.4.min.js",
                "content.js",
                "Ubuntu-Regular.ttf",
                "Ubuntu-Bold.ttf",
                "Caveat-Bold.ttf",
                "images\/aidkit_logo.webp"
            ],
            "matches": [
                "*:\/\/*.webflow.com\/*"
            ]
        }
    ]
}