Ssh Flashlight

Improve your ssh tunneling navigation

Ssh Flashlight là gì?

Ssh Flashlight là một tiện ích mở rộng Chrome được phát triển bởi LumberjackOtters, và tính năng chính của nó là "Improve your ssh tunneling navigation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ssh Flashlight

Tải xuống các tệp mở rộng Ssh Flashlight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ssh Flashlight Ssh Flashlight
ID fdcelncmmccgfmchnmbpkohfcoabnfln
URL Chính Thức https://chromewebstore.google.com/detail/ssh-flashlight/fdcelncmmccgfmchnmbpkohfcoabnfln
Mô tả Improve your ssh tunneling navigation
Kích Thước Tệp 26.28 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2021-03-04
Ngày Phát Hành 2020-10-19
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LumberjackOtters
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}