Frames
Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.
Hvad er Frames?
Frames er en Chrome-udvidelse udviklet af https://madewithframes.com, og dens hovedfunktion er "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.".
Udvidelsesskærmbilleder
Download Frames-udvidelses-CRX-fil
Download Frames-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Provides access to a library of professional design elements for applications built using the Bubble™ no-code software development platform. #madewithframes
Grundlæggende oplysninger om udvidelsen
Navn | Frames |
ID | hihddnjamcpdegjphaokpldajmpcmlkc |
Officiel URL | https://chromewebstore.google.com/detail/frames/hihddnjamcpdegjphaokpldajmpcmlkc |
Beskrivelse | Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app. |
Filstørrelse | 48.7 KB |
Antal Installationer | 5,586 |
Nuværende Version | 0.13.1 |
Senest Opdateret | 2024-01-05 |
Udgivelsesdato | 2021-09-06 |
Bedømmelse | 4.50/5 Samlet 18 Bedømmelser |
Udvikler | https://madewithframes.com |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://madewithframes.com |
Hjælpeside-URL | https://madewithframes.com/legal?v=Private%20Policy |
URL til Fortrolighedspolitik Side | https://madewithframes.com/legal?v=Private%20Policy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frames", "version": "0.13.1", "description": "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble\u2122 no-code app.", "content_scripts": [ { "matches": [ "*:\/\/*.bubble.io\/page*", "*:\/\/*.bubble.is\/page*", "*:\/\/*.bubble.com\/page*" ], "css": [ "frame_styles\/frames.css", "frame_styles\/toastify.css" ], "js": [ "frame_scripts\/jquery.js", "frame_scripts\/toastify.js", "frame_scripts\/functions.js", "frame_scripts\/frames.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "frame_images\/*", "frame_scripts\/injected.js" ], "matches": [ "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*", "*:\/\/*.bubble.com\/*" ] } ], "action": { "default_icon": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" } }, "icons": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" }, "manifest_version": 3 } |