Codequest by Frank Mayer
Add code snippets to your WhatsApp messages.
You'll need Firefox to use this extension
Extension Metadata
Screenshots
About this extension
Use Markdown code bocks:
Or upload your code to https://codequest.frank-mayer.io and share a link to the rendered image.
This Addon will render the code block in the message.
```rust
fn main() {
for x in 1..=100 {
match (x % 3, x % 5) {
(0, 0) => println!("FizzBuzz"),
(0, _) => println!("Fizz"),
(_, 0) => println!("Buzz"),
_ => println!("{}", x),
}
}
}
```
Or upload your code to https://codequest.frank-mayer.io and share a link to the rendered image.
This Addon will render the code block in the message.
Rate your experience
PermissionsLearn more
This add-on needs to:
- Access your data for web.whatsapp.com
More information
- Add-on Links
- Version
- 1.0
- Size
- 48.61 KB
- Last updated
- 2 years ago (Apr 24, 2023)
- Related Categories
- License
- All Rights Reserved
- Version History
- Tags
Add to collection
More extensions by Frank Mayer
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet