Ssh Flashlight

Improve your ssh tunneling navigation

什么是Ssh Flashlight?

Ssh Flashlight是由LumberjackOtters开发的Chrome扩展程序,该扩展的主要功能是“Improve your ssh tunneling navigation”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Ssh Flashlight Ssh Flashlight
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
电子邮箱 [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",
        ""
    ]
}