Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

IpProtocols のバージョン履歴 - 全 10 バージョン

IpProtocols 作成者: jisse44

5 段階中 3.1 の評価
5 段階中 3.1 の評価
5
6
4
1
3
2
2
3
1
4
IpProtocols のバージョン履歴 - 全 10 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 1.2.1resigned1

    リリース日 : 2024年4月25日 - 192.87 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.2.0

    リリース日 : 2018年3月10日 - 187.73 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作
    - upgrade Jto Query 3

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.4

    リリース日 : 2018年2月1日 - 139.26 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作
    - FFx 58 compatibility
    - Fix options window blinking

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.3

    リリース日 : 2018年1月29日 - 138.66 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作
    Add Firefox 58 compatibility

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.2

    リリース日 : 2017年9月27日 - 139.29 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作
    - Removal of unused functions
    - Add '<pre>' to HTML blacklist elements
    - Remove GitHub link at setup. Now in the addon Preferences</pre>

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.1

    リリース日 : 2017年9月26日 - 139.39 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作
    - Add "display:inline;" for recognized IP <div>
    - Add 2 custom commands: 'ext+ipprotocols-custom1' and 'ext+ipprotocols-custom2' handlers</div>

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1.0

    リリース日 : 2017年9月25日 - 137.87 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 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)

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.2

    リリース日 : 2017年9月22日 - 137.7 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.1

    リリース日 : 2017年9月22日 - 136.4 KB
    firefox バージョン 54.0 以降, android バージョン 54.0 から 68.* で動作

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0

    リリース日 : 2017年9月7日 - 136.27 KB
    firefox バージョン 54.0 以降 で動作
    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)

    ソースコードは GNU General Public License v2.0 only に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。