Ssh Flashlight
Improve your ssh tunneling navigation
ما هو Ssh Flashlight؟
Ssh Flashlight هو إضافة Chrome تم تطويرها بواسطة LumberjackOtters، والميزة الرئيسية لها هي "Improve your ssh tunneling navigation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ssh Flashlight
قم بتنزيل ملفات الامتداد Ssh Flashlight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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", " |