Modkit for Webflow

Free custom modifications for the Webflow Designer

Τι είναι το Modkit for Webflow;

Το Modkit for Webflow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jetboost.io, και η κύρια λειτουργία του είναι "Free custom modifications for the Webflow Designer".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Modkit for Webflow

Λήψη αρχείων επέκτασης Modkit for Webflow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NOTE: Modkit for Webflow is developed independently by Jetboost.io, and is not officially endorsed by or affiliated with Webflow, Inc.

FEATURES:
• Ability to maximize the code editor in the designer.
• Option to move the breadcrumb navigation bar to the top of the designer.
• Alert: Multiple Affected Elements. Warns you when style changes affect multiple elements.
• Alert: Editing Non-Desktop Breakpoint. Prevents accidentally editing a breakpoint other than Desktop.

PERMISSIONS:
• storage: Saves your modification preferences to your computer.
• declarativeContent: Enables the extension popup window.

PRIVACY: 
• Modkit for Webflow doesn't track any data.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Modkit for Webflow Modkit for Webflow
ID hnkamojligaipbnhfhhjcmhkinloojhg
Επίσημο URL https://chromewebstore.google.com/detail/modkit-for-webflow/hnkamojligaipbnhfhhjcmhkinloojhg
Περιγραφή Free custom modifications for the Webflow Designer
Μέγεθος Αρχείου 98.32 KB
Αριθμός Εγκαταστάσεων 3,338
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2021-09-01
Ημερομηνία Δημοσίευσης 2020-05-21
Αξιολόγηση 4.56/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://jetboost.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://jetboost.io
URL της Σελίδας Πολιτικής Απορρήτου https://app.jetboost.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modkit for Webflow",
    "version": "1.1.0",
    "description": "Free custom modifications for the Webflow Designer",
    "background": {
        "scripts": [
            "assets\/background-779e9a01.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main-22a2482a.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/design\/*",
                "https:\/\/*.webflow.com\/design\/*",
                "http:\/\/webflow.com\/design\/*",
                "http:\/\/*.webflow.com\/design\/*",
                "https:\/\/webflow.com\/oauth\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "images\/wrench16.png",
            "48": "images\/wrench48.png",
            "128": "images\/wrench128.png"
        }
    },
    "icons": {
        "16": "images\/wrench16.png",
        "48": "images\/wrench48.png",
        "128": "images\/wrench128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "templates\/*",
        "designer\/lib\/fluxListener.js",
        "main.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/webflow.com\/design\/*",
            "https:\/\/*.webflow.com\/design\/*",
            "http:\/\/webflow.com\/design\/*",
            "http:\/\/*.webflow.com\/design\/*"
        ]
    }
}