Nimbufy
Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development.
Τι είναι το Nimbufy;
Το Nimbufy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nimbufy.com, και η κύρια λειτουργία του είναι "Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nimbufy
Λήψη αρχείων επέκτασης Nimbufy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Nimbufy is a powerful Chrome extension that seamlessly integrates with both Oxygen Builder and Bricks Builder, enhancing your web design workflow. **Two Stages of Action:** **Source Tab: Converting HTML to Editable Content** When you click the Nimbufy icon on any Chrome tab, excluding Oxygen Builder or Bricks Builder, it empowers you to select and convert HTML elements on a webpage into an editable format. The process is intuitive – click anywhere on the document to select elements, use the keyboard shortcuts (up/down or w/d for hierarchy, left/right or a/d for siblings) to navigate and choose precisely. Once your selection is finalized, click the 'Take Snapshot' button conveniently located at the top left corner. This action stores your current selection in memory. To accommodate different media breakpoints, simply resize your browser and click 'Take Snapshot' again to capture the layout at that specific width. When you've completed your selection process, press 'esc' to finish. **Destination Tab: Oxygen Builder or Bricks Builder** Switch to the tab containing your Oxygen Builder or Bricks Builder dashboard within your WordPress website. Click the Nimbufy icon on the browser toolbar to open a popup that allows you to organize the snapshots you took in the source stage into destination media breakpoints. When you hit 'Import into Oxygen' or 'Import into Bricks,' Nimbufy securely sends the snapshot data to its server, where it's transformed into a format compatible with your builder. Once the conversion is complete, the Nimbufy extension efficiently imports the data into Oxygen Builder or Bricks Builder. Please note that a valid registration or Nimbufy credits or Subscription to either Nimbufy service or WordPress plugins corresponding to either Oxygen Builder or Bricks Builder, are required for this processing. For more details on Nimbufy, visit [Nimbufy's official website](https://nimbufy.com). It's important to note that Nimbufy focuses solely on HTML and CSS, without reverse engineering any JavaScript on the target website. This ensures a seamless and efficient conversion process while maintaining the integrity of your design elements.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Nimbufy |
ID | pgifbbikfnnofbphiiifkkdbdmmfmpjk |
Επίσημο URL | https://chromewebstore.google.com/detail/nimbufy/pgifbbikfnnofbphiiifkkdbdmmfmpjk |
Περιγραφή | Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development. |
Μέγεθος Αρχείου | 41.35 KB |
Αριθμός Εγκαταστάσεων | 1,489 |
Τρέχουσα Έκδοση | 3.3.3 |
Τελευταία Ενημέρωση | 2023-11-27 |
Ημερομηνία Δημοσίευσης | 2020-07-12 |
Αξιολόγηση | 3.29/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://nimbufy.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://nimbufy.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://nimbufy.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nimbufy", "version": "3.3.3", "description": "Nimbufy converts webpage HTML to an editable format for WordPress's Oxygen or Bricks Builder, simplifying web development.", "permissions": [ "storage", "identity", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/server.nimbufy.com\/*", "https:\/\/auth.nimbufy.com\/*" ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ " |