Ssh Flashlight

Improve your ssh tunneling navigation

Was ist Ssh Flashlight?

Ssh Flashlight ist eine Chrome-Erweiterung, die von LumberjackOtters entwickelt wurde, und ihr Hauptmerkmal ist "Improve your ssh tunneling navigation".

Erweiterungsscreenshots

screenshot

Ssh Flashlight-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ssh Flashlight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ssh Flashlight Ssh Flashlight
ID fdcelncmmccgfmchnmbpkohfcoabnfln
Offizielle URL https://chromewebstore.google.com/detail/ssh-flashlight/fdcelncmmccgfmchnmbpkohfcoabnfln
Beschreibung Improve your ssh tunneling navigation
Dateigröße 26.28 KB
Installationsanzahl 143
Aktuelle Version 1.4.1
Letztes Update 2021-03-04
Veröffentlichungsdatum 2020-10-19
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler LumberjackOtters
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}