SSH to IP
Highlight an IP and right click to SSH to it
SSH to IPとは何ですか?
SSH to IPはAdan Vasconcelosによって開発されたChromeの拡張機能で、その主な機能は「Highlight an IP and right click to SSH to it」です。
拡張機能のスクリーンショット
SSH to IP拡張機能のCRXファイルをダウンロード
SSH to IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to launch a SSH connection to the selected IP or URI.
拡張機能の基本情報
名前 | |
ID | iboljkndgnndbbppohjpepfnmhamplje |
公式URL | https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje |
説明 | Highlight an IP and right click to SSH to it |
ファイルサイズ | 11.31 KB |
インストール数 | 29 |
現在のバージョン | 0.2 |
最終更新日 | 2022-08-10 |
公開日 | 2022-03-21 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Adan Vasconcelos |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vasc0x/ssh2ip |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SSH to IP", "description": "Highlight an IP and right click to SSH to it", "version": "0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "storage" ], "icons": { "16": "icon.png", "48": "icon.png" } } |