Ssh Flashlight

Improve your ssh tunneling navigation

Vad är Ssh Flashlight?

Ssh Flashlight är en Chrome-tillägg utvecklad av LumberjackOtters, och dess huvudfunktion är "Improve your ssh tunneling navigation".

Tilläggsskärmbilder

screenshot

Ladda ner Ssh Flashlight-förlängningens CRX-fil

Ladda ner Ssh Flashlight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Ssh Flashlight Ssh Flashlight
ID fdcelncmmccgfmchnmbpkohfcoabnfln
Officiell webbadress https://chromewebstore.google.com/detail/ssh-flashlight/fdcelncmmccgfmchnmbpkohfcoabnfln
Beskrivning Improve your ssh tunneling navigation
Filstorlek 26.28 KB
Antal Installationer 143
Aktuell Version 1.4.1
Senast Uppdaterad 2021-03-04
Publiceringsdatum 2020-10-19
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare LumberjackOtters
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}