Ssh Flashlight

Improve your ssh tunneling navigation

Ssh Flashlightคืออะไร?

Ssh Flashlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LumberjackOtters และคุณลักษณะหลักของมันคือ "Improve your ssh tunneling navigation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ssh Flashlight

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}