Cronologjie versions di IpProtocols - 10 versions
IpProtocols di jisse44
Sta atent cu lis versions vecjis! Chês a vegnin visualizadis par finalitâts di prove e di riferiment.Tu varessis di doprâ simpri la ultime version di un component adizionâl.
Ultime version
Version 1.2.1resigned1
Publicât 25 Apr 2024 - 192,87 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Discjame Firefox e instale la estensionTi covente Firefox par doprâ cheste estensionVersions plui vecjis
Version 1.2.0
Publicât 10 Mar 2018 - 187,73 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*- upgrade Jto Query 3Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.1.4
Publicât 1 Feb 2018 - 139,26 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*- FFx 58 compatibility
- Fix options window blinkingCodiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.1.3
Publicât 29 Jan 2018 - 138,66 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*Add Firefox 58 compatibilityCodiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.1.2
Publicât 27 Sep 2017 - 139,29 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*- Removal of unused functions
- Add '<pre>' to HTML blacklist elements
- Remove GitHub link at setup. Now in the addon Preferences</pre>Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.1.1
Publicât 26 Sep 2017 - 139,39 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*- Add "display:inline;" for recognized IP <div>
- Add 2 custom commands: 'ext+ipprotocols-custom1' and 'ext+ipprotocols-custom2' handlers</div>Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.1.0
Publicât 25 Sep 2017 - 137,87 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*- Add Protocol Handlers in manifest.json (https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/protocol_handlers)
- Changes 'ipprotocols-XXX' into 'ext+ipprotocols-XXX'
- Improve IP recognition (multiple IP in one line)Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.0.2
Publicât 22 Sep 2017 - 137,7 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.0.1
Publicât 22 Sep 2017 - 136,4 kBAl funzione cun firefox54.0 e sucessivis, android de 54.0 ae 68.*Codiç sorzint publicât sot licence Dome GNU General Public License v2.0
Version 1.0
Publicât 7 Sep 2017 - 136,27 kBAl funzione cun firefox54.0 e sucessivisDue to new policy of Web Extensions, some class, components or actions are not available anymore.
In old IPProtocols, programs were launched with 'nsIProcess' component
( Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); )
This component is now replaced by 'Native Messaging', which, as you can see here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging
is very complicated and restrictive to put in place.
So I decided to use Network Protocol Handler from Firefox and one simple script instead.
When you click on recognised IP and, for example, VNC protocol, the extension is trying to open
a custom protocol uri: "ipprotocol-vnc://ip_address".
So you had to set this booleans values to FALSE in Firefox 'about:config' menu: (FIGURE 02: https://github.com/jisse44/ipprotocols/blob/master/02-Firefox-about_config.png)
- network.protocol-handler.expose.ipprotocols-vnc
- network.protocol-handler.expose.ipprotocols-rdp
- network.protocol-handler.expose.ipprotocols-ssh
- network.protocol-handler.expose.ipprotocols-telnet
- network.protocol-handler.expose.ipprotocols-ping
- network.protocol-handler.expose.ipprotocols-nmap
In 'about:preferences#applications', you had to associate your bash/batch script to the new protocols. (FIGURE 04: https://github.com/jisse44/ipprotocols/blob/master/04-Firefox-about_preferences_applications.png)
You can also do this by clicking on the different protocols offered when you click on an IP. (FIGURE 03: https://github.com/jisse44/ipprotocols/blob/master/03-Firefox-protocol-handler.png)Codiç sorzint publicât sot licence Dome GNU General Public License v2.0