All Projects → andy-portmen → Native Client

andy-portmen / Native Client

Licence: mpl-2.0
Native Messaging component for Windows, Linux, and Mac OS that is written in NodeJS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Native Client

Lovely Forks
💚 🍴 Show notable forks of GitHub repositories under their names.
Stars: ✭ 365 (-11.84%)
Mutual labels:  chrome-extension, firefox-addon
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (-6.76%)
Mutual labels:  chrome-extension, firefox-addon
Daily
Building the homepage every developer deserves 👩🏽‍💻 👨‍💻
Stars: ✭ 4,632 (+1018.84%)
Mutual labels:  chrome-extension, firefox-addon
Memex
Browser Extension to full-text search your browsing history & bookmarks.
Stars: ✭ 3,344 (+707.73%)
Mutual labels:  chrome-extension, firefox-addon
Fake Filler Extension
A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
Stars: ✭ 383 (-7.49%)
Mutual labels:  chrome-extension, firefox-addon
Svg Screenshots
📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
Stars: ✭ 404 (-2.42%)
Mutual labels:  chrome-extension, firefox-addon
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+966.91%)
Mutual labels:  chrome-extension, firefox-addon
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (-40.34%)
Mutual labels:  chrome-extension, firefox-addon
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (-6.76%)
Mutual labels:  chrome-extension, firefox-addon
Contributors On Github
🌵 Show stats about contributors on github
Stars: ✭ 391 (-5.56%)
Mutual labels:  chrome-extension, firefox-addon
Turbo Download Manager
a multi-browser download manager with multi-threading support
Stars: ✭ 282 (-31.88%)
Mutual labels:  chrome-extension, firefox-addon
Codercalendar
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
Stars: ✭ 348 (-15.94%)
Mutual labels:  chrome-extension, firefox-addon
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+644.69%)
Mutual labels:  chrome-extension, firefox-addon
Rails panel
Chrome extension for Rails development
Stars: ✭ 3,678 (+788.41%)
Mutual labels:  chrome-extension, firefox-addon
Extension Boilerplate
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
Stars: ✭ 2,958 (+614.49%)
Mutual labels:  chrome-extension, firefox-addon
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (+703.38%)
Mutual labels:  chrome-extension, firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-42.03%)
Mutual labels:  chrome-extension, firefox-addon
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (-41.55%)
Mutual labels:  chrome-extension, firefox-addon
Medium Unlimited
A browser extension to read medium.com articles for free without membership.
Stars: ✭ 4,482 (+982.61%)
Mutual labels:  chrome-extension, firefox-addon
Fehelper
😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)
Stars: ✭ 3,880 (+837.2%)
Mutual labels:  chrome-extension, firefox-addon

native-client

Native Client Build Status

This NodeJS-based small client helps the following extensions to communicate with your operating system. To see the latest log visit travis-ci.org.

  1. Open in Firefox [open Firefox browser with provided URL]
  2. Open in Google Chrome [open Google Chrome browser with provided URL]
  3. Open in IE [open Internet Explorer browser with provided URL]
  4. Open in Chrome [open Chrome browser with provided URL]
  5. Open in Edge [open Microsoft Edge browser with provided URL]
  6. Open in Safari [open Safari browser with provided URL]
  7. Open in GIMP photo editor [open GIMP photo editor with provided URL or a temporary local image file (data-url's are being converted to a temporary local files and then GIMP is called to open this file)]
  8. Open in VLC media Player [open VLC media Player with provided URL]
  9. Media Converter and Muxer [Download FFmpeg media converter, Open FFmpeg, Export media files to a temporary directory then call FFmpeg]

You can find the complete list as well as official IDs in the config.js file.

How to install

Notes:

  1. On Linux and Mac, installer script only copies node executable if it is not already defined in the PATH environment. Please make sure you have an up-to-date version of NodeJS
  2. On Linux and Mac, you can define custom root directory by adding --custom-dir= to the installer script Example: ./install.sh --custom-dir=~/Desktop/
  3. Removing the native client [Linux and Mac]: As of version 0.2.1, the installer prints all the directories it creates or inserts scripts in. Basically on Linux and Mac, two JSON files are inserted to predefined directories and a root directory is created which contains all the files. To remove the program simply delete the root directory and delete the two generated manifest JSON files. Path to all these files will be printed during installation
  4. Removing the native client [windows]: On Windows OS, a directory is created in the "%LocalAPPData;" and all the files are inserted in this directory. To remove the program, simply delete this directory. Also note that two registry entries are also added so that Chrome, Opera, and Firefox browsers can find the actual executable. Path to these registry entries are also printed during installation. You can use "uninstall.bat" to remove all files and registries.
  5. If you don't remember where the files are, simply run the installer one more time. It just overwrites all the files.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].