Ssh Flashlight
Improve your ssh tunneling navigation
Ssh Flashlightとは何ですか?
Ssh FlashlightはLumberjackOttersによって開発されたChromeの拡張機能で、その主な機能は「Improve your ssh tunneling navigation」です。
拡張機能のスクリーンショット
Ssh Flashlight拡張機能のCRXファイルをダウンロード
Ssh Flashlight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of getting redirected to localhost when using ssh tunneling ? This extensions does a simple job, it uses the host previously used so you don't have to copy paste it every time ! And, you can add shortcuts in the options so that flash yourapp redirect to http://localhost:yourport/. Improve your ssh tunneling navigation with this extension ! You can also handle basic redirections. Cheerz 拡張機能の基本情報
| 名前 | |
| ID | fdcelncmmccgfmchnmbpkohfcoabnfln |
| 公式URL | https://chromewebstore.google.com/detail/ssh-flashlight/fdcelncmmccgfmchnmbpkohfcoabnfln |
| 説明 | Improve your ssh tunneling navigation |
| ファイルサイズ | 26.28 KB |
| インストール数 | 143 |
| 現在のバージョン | 1.4.1 |
| 最終更新日 | 2021-03-04 |
| 公開日 | 2020-10-19 |
| 評価 | 2.00/5 合計 1 レビュー |
| 開発者 | LumberjackOtters |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ssh Flashlight",
"description": "Improve your ssh tunneling navigation",
"icons": {
"16": "icons\/icon16.png",
"20": "icons\/icon20.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"version": "1.4.1",
"background": {
"scripts": [
"flashlight.js"
]
},
"options_ui": {
"page": "config\/config.html",
"open_in_tab": true
},
"omnibox": {
"keyword": "flash"
},
"browser_action": {
"default_title": "Click to activate the flashlight"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
" | |