native-messaging-c
C Native Messaging host (by guest271314)
webextensions-examples
Example Firefox add-ons created using the WebExtensions API (by mdn)
native-messaging-c | webextensions-examples | |
---|---|---|
10 | 28 | |
4 | 4,246 | |
- | 1.0% | |
0.0 | 5.5 | |
over 2 years ago | 26 days ago | |
C | JavaScript | |
- | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
native-messaging-c
Posts with mentions or reviews of native-messaging-c.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-11.
-
Why does server exit with body over certain length?
Ultimately what I am trying to do is test the simplicity and efficiency of using a local server versus using Native Messaging, which I have working https://github.com/guest271314/native-messaging-c, https://github.com/guest271314/captureSystemAudio/blob/master/native_messaging/capture_system_audio/capture_system_audio.c.
-
How to parse POST and assign only body (plain text) to char?
Yes. I use Native Messaging to do that as well https://github.com/guest271314/native-messaging-c. Far less overhead cf. HTTP. Nonetheless I am trying to improve the implementation.
- V8 memory leak: Anybody use V8 flags with node or deno to not block I/O?
-
Reading data from a binary buffer in JavaScript
I would suggest sending valid JSON. Here is a Native Messaging host written in C which sends JSON to the client https://github.com/guest271314/native-messaging-c.
-
How to fix memory leak?
I will probably adjust the variable names in your code and publish here https://github.com/guest271314/native-messaging-c including link to your answer.
- Executing shell scripts/command line without NODE
- 'The best thing we can do today to JavaScript is to retire it,' says JSON creator Douglas Crockford • DEVCLASS
-
C++ to C string concatenation
For the C version which is now just an echo of input https://github.com/guest271314/native-messaging-c/tree/main repeat steps 1.-6. Instead of pinning the icon to address bar, navigate back to chrome://extensions, click "service worker" which will open a DevTools window for the background MV3 ServiceWorker context, then run this code in the console
webextensions-examples
Posts with mentions or reviews of webextensions-examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-04.
-
Browser extensions are underrated: the promise of hackable software
Check out Firefox examples on github, you’ll like it, I’ve had great experience learning from them to add nifty features to my browser:
https://github.com/mdn/webextensions-examples
- Example Firefox add-ons created using the WebExtensions API
-
Firefox Extension Development Resources
This is a place to start https://github.com/mdn/webextensions-examples.
-
Firefox: <input> picker was blocked due to lack of user activation when programmatically trying to open File Load dialog
I downloaded Content script registration repository from MDN webextensions-examples on GitHub.
-
When do you think X.org will become "officially" deprecated?
In some cases it does Banning a user doesn't magically make your bugs go away; Can't get response in Ubuntu #506.
-
My first Firefox extension
It's pretty straightforward with the provided example.
-
[firefox extension development] How to log in to the console from the extension?
I tried a couples: for example this one is working perfectly but not printing using console.log https://github.com/mdn/webextensions-examples/tree/main/commands
-
I made a Light / Dark mode toggle button for Firefox, Toggley. Available on Mozilla Add-ons.
I believe there are already extensions for that. In fact, there's even one on the Mozilla Developer Network's GitHub called Theme Switcher which is essentially a dropdown menu with all of your themes.
-
Why doesn't Python Native Messaging host process up to 1MB stdin?
I modified this https://github.com/mdn/webextensions-examples/blob/main/native-messaging/app/ping_pong.py example Python Native Messaging host slightly to point to python3 on the shebang line and pass -u to python3
-
I want to make a search engine extension. But I don't know how.
You dont need much. You can use this https://github.com/mdn/webextensions-examples/tree/master/discogs-search as a template
What are some alternatives?
When comparing native-messaging-c and webextensions-examples you can also consider the following projects:
native-messaging-quickjs - QuickJS Native Messaging host
ff2mpv - A Firefox/Chrome add-on for playing URLs in mpv.
webserver-c - A simple HTTP webserver written in C.
focus-ios - ⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
native-messaging-cpp - C++ Native Messaging host.
captureSystemAudio - Capture system audio ("What-U-Hear")