Shtesa Shfletuesi Firefox
  • Zgjerime
  • Tema
    • për Firefox
    • Fjalorë & Paketa Gjuhësore
    • Sajte Shfletuesish të Tjerë
    • Shtesa për Android
Hyni
Ikonë shtese

Historik versionesh për IpProtocols - 10 versione

IpProtocols nga jisse44

Vlerësuar me 3,1 yje nga 5 të mundshëm
Vlerësuar me 3,1 yje nga 5 të mundshëm
5
6
4
1
3
2
2
3
1
4
Historik versionesh për IpProtocols - 10 versione
  • Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.

  • Versioni më i ri

    Version 1.2.1resigned1

    Hedhur në qarkullim më 25 Pri 2024 - 192,87 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Që të përdorni këtë zgjerim, ju duhet Firefox-i
    Shkarkoni Firefox-in dhe merrni zgjerimin
    Shkarko kartelën
  • Versione të vjetër

    Version 1.2.0

    Hedhur në qarkullim më 10 Mar 2018 - 187,73 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*
    - upgrade Jto Query 3

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.1.4

    Hedhur në qarkullim më 1 Shk 2018 - 139,26 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*
    - FFx 58 compatibility
    - Fix options window blinking

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.1.3

    Hedhur në qarkullim më 29 Jan 2018 - 138,66 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*
    Add Firefox 58 compatibility

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.1.2

    Hedhur në qarkullim më 27 Sht 2017 - 139,29 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*
    - Removal of unused functions
    - Add '<pre>' to HTML blacklist elements
    - Remove GitHub link at setup. Now in the addon Preferences</pre>

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.1.1

    Hedhur në qarkullim më 26 Sht 2017 - 139,39 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*
    - Add "display:inline;" for recognized IP <div>
    - Add 2 custom commands: 'ext+ipprotocols-custom1' and 'ext+ipprotocols-custom2' handlers</div>

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.1.0

    Hedhur në qarkullim më 25 Sht 2017 - 137,87 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 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)

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.0.2

    Hedhur në qarkullim më 22 Sht 2017 - 137,7 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.0.1

    Hedhur në qarkullim më 22 Sht 2017 - 136,4 KB
    Funksionon me firefox 54.0 dhe më të freskët, android 54.0 deri te 68.*

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
  • Version 1.0

    Hedhur në qarkullim më 7 Sht 2017 - 136,27 KB
    Funksionon me firefox 54.0 dhe më të freskët
    Due 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)

    Kod burim i hedhur në qarkullim sipas Vetëm GNU General Public License v2.0

    Shkarko kartelën
Shkoni te faqja hyrëse e Mozilla-s

Shtesa

  • Mbi
  • Blog Shtesash Firefox-i
  • Praktikë Mbi Zgjerime
  • Qendër Zhvilluesish
  • Rregulla Për Zhvilluesit
  • Blog Bashkësie
  • Forum
  • Njoftoni një të metë
  • Udhërrëfyes Shqyrtimesh

Shfletues

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privatësi
  • Cookies
  • Ligjore

Hiq atje ku shënohet ndryshe, lënda e këtij sajti licencohet sipas licencës Creative Commons Attribution Share-Alike License v3.0 ose çfarëdo versioni të mëvonshëm.