Atomic Fusion
Bubble developer extension to help you build and design apps faster.
Τι είναι το Atomic Fusion;
Το Atomic Fusion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://atomicfusion.io, και η κύρια λειτουργία του είναι "Bubble developer extension to help you build and design apps faster.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Atomic Fusion
Λήψη αρχείων επέκτασης Atomic Fusion σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension lets Bubble.io Visual Developers access UI design kits, assets, components, code snippets, styles and more - all from within their Bubble.io editor. You can copy pre-built elements and styles developed in Bubble from the Atomic Fusion library and paste them right into your Bubble.io editor as well as upload from the Bubble.io App Editor into your Atomic Fusion Library repository to speed up design and Bubble app building processes. If the user is a Bubble.io Developer they should install this to help them speed up building and designing Bubble apps.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Atomic Fusion |
ID | jibgindchlbfjhhhnlkplcibdmkdnkji |
Επίσημο URL | https://chromewebstore.google.com/detail/atomic-fusion/jibgindchlbfjhhhnlkplcibdmkdnkji |
Περιγραφή | Bubble developer extension to help you build and design apps faster. |
Μέγεθος Αρχείου | 81.46 KB |
Αριθμός Εγκαταστάσεων | 3,417 |
Τρέχουσα Έκδοση | 0.0.0.24 |
Τελευταία Ενημέρωση | 2024-01-26 |
Ημερομηνία Δημοσίευσης | 2022-01-18 |
Αξιολόγηση | 3.94/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | https://atomicfusion.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://atomicfusion.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://atomicfusion.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://getterms.io/view/4bi4Z/privacy/en-us |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Atomic Fusion", "version": "0.0.0.24", "description": "Bubble developer extension to help you build and design apps faster.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "scripts\/background.js" }, "action": { "default_title": "Atomic Fusion", "default_icon": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*" ], "js": [ "scripts\/bubble.js" ] }, { "matches": [ "*:\/\/*.atomicfusion.io\/*" ], "js": [ "scripts\/atomicFusion.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icons\/close.png", "icons\/icon32.png" ], "matches": [ " |