Framify

The top library of UI components and workflows. Fast-track your development and elevate your designs effortlessly.

Τι είναι το Framify;

Το Framify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dignicy, και η κύρια λειτουργία του είναι "The top library of UI components and workflows. Fast-track your development and elevate your designs effortlessly.".

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

screenshot
screenshot
screenshot

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

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

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

                        What is Framify?
Framify is the definitive library tailored for Bubble.io & Webflow users, offering a vast collection of UI components, workflows, and design elements. Whether you're a newbie stepping into the world of No-code or a seasoned developer looking to enhance productivity, Framify provides the tools to bring your vision to life with ease.

Why Install Framify?

Time saver: Say goodbye to building from scratch. From buttons to complex layouts, Framify offers ready-to-use components that fit seamlessly into your projects.

Optimized Workflows: Our curated workflows are crafted to simplify processes, helping you create more in less time. They're intuitive, efficient, and designed with user experience in mind.

Community-Driven: Created something impressive? Share it with the Framify community. Learn from others, get inspired, and contribute to a growing library of components.

Consistent Updates: We understand the digital landscape is ever-evolving. That's why we're committed to regularly updating our library, ensuring you're always equipped with the latest and greatest in design and functionality.

Boosted Productivity: Time is invaluable. Framify is designed to significantly cut down your development time with automations and so much more, allowing you to focus on what truly matters – refining, iterating, and launching your projects.

In the fast-paced world of web development, Framify is your trusty companion. Install today and witness a transformative development experience on Bubble.io & Webflow.                    

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

Όνομα Framify Framify
ID ljmbgfobenkepclmbiahmaclpmhkaile
Επίσημο URL https://chromewebstore.google.com/detail/framify/ljmbgfobenkepclmbiahmaclpmhkaile
Περιγραφή The top library of UI components and workflows. Fast-track your development and elevate your designs effortlessly.
Μέγεθος Αρχείου 89.13 KB
Αριθμός Εγκαταστάσεων 301
Τρέχουσα Έκδοση 1.0.29
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2023-08-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Dignicy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://framify.io
Διεύθυνση URL της Σελίδας Βοήθειας https://framify.io/contact
URL της Σελίδας Πολιτικής Απορρήτου https://framify.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Framify",
    "version": "1.0.29",
    "permissions": [
        "tabs",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "https:\/\/framify.io\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "description": "The top library of UI components and workflows. Fast-track your development and elevate your designs effortlessly.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bubble.io\/page*",
                "*:\/\/*.bubble.is\/page*",
                "*:\/\/*.bubble.com\/page*",
                "*:\/\/*.webflow.com\/*",
                "*:\/\/webflow.com\/design\/*"
            ],
            "css": [
                "Framify_styles\/Framify.css"
            ],
            "js": [
                "Framify_scripts\/jquery.js",
                "Framify_scripts\/html2canvas.min.js",
                "Framify_scripts\/Framify.js",
                "Framify_scripts\/Framify-auto.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Framify_images\/*",
                "Framify_scripts\/inject.js"
            ],
            "matches": [
                "*:\/\/*.bubble.io\/*",
                "*:\/\/*.bubble.is\/*",
                "*:\/\/*.bubble.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "Framify_images\/Framify-16x16.png",
            "32": "Framify_images\/Framify-32x32.png",
            "48": "Framify_images\/Framify-48x48.png",
            "128": "Framify_images\/Framify-128x128.png"
        }
    },
    "icons": {
        "16": "Framify_images\/Framify-16x16.png",
        "32": "Framify_images\/Framify-32x32.png",
        "48": "Framify_images\/Framify-48x48.png",
        "128": "Framify_images\/Framify-128x128.png"
    },
    "manifest_version": 3
}