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 |
官方網址 | 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 |
電子郵箱 | [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", " |