toddle
Browser extension for the toddle editor.
What is toddle?
toddle is a Chrome extension developed by developers, and its main feature is "Browser extension for the toddle editor.".
Extension Screenshots
Download toddle Extension CRX File
Download toddle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://toddle.dev is a no-code platform for building professional web applications. The toddle browser plugin allows the toddle editor to manage the session for applications being built in the toddle editor.
Extension Basic Information
Name | |
ID | hfhgjncckomifajhndceigiaiojhlllp |
Official URL | https://chromewebstore.google.com/detail/toddle/hfhgjncckomifajhndceigiaiojhlllp |
Description | Browser extension for the toddle editor. |
File Size | 7.8 KB |
Installation Count | 124 |
Current Version | 1.0 |
Last Updated | 2023-01-19 |
Publish Date | 2023-01-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | developers |
Payment Type | free |
Extension Website | https://toddle.dev |
Help Page URL | https://toddle.dev |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "toddle", "description": "Browser extension for the toddle editor.", "version": "1.0", "icons": { "32": "icons\/toddle_32x32.png", "64": "icons\/toddle_64x64.png", "128": "icons\/toddle_128x128.png" }, "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/toddle.dev", "permissions": [ "cookies", "webNavigation", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*.toddle.site\/*" ] } |