Simple Proxy
This extension can set up proxy for each host you have visited.
Simple Proxy là gì?
Simple Proxy là một tiện ích mở rộng Chrome được phát triển bởi jinzhenzu, và tính năng chính của nó là "This extension can set up proxy for each host you have visited.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Proxy
Tải xuống các tệp mở rộng Simple Proxy 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
A NEWER VERSION OF Simple Proxy IS NOW AVAILABLE, SEE: https://chrome.google.com/webstore/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli Custom your proxy rules Quickly & Simply. With Simple Proxy, you can specify whether each request is routed through a proxy server or a direct connection, especially when a site that contains the intranet requests and contains external network requests. what's NEW: v2.0: 1. new designed material UI 2. black list & white list mode support 3. multiple proxy servers support 4. change the main switch with "system" & "direct" mode v2.1: 1. chinese supported 2. option page adjustment v3.0: 1. change the way identifying host and its sub hosts 2. upgrade UI lib to new version 3. add migration button to migrate your black and white lists to new version
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jehndggefimmlibgcjjhfmifoonajkjl |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-proxy/jehndggefimmlibgcjjhfmifoonajkjl |
Mô tả | This extension can set up proxy for each host you have visited. |
Kích Thước Tệp | 1.58 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2019-12-18 |
Ngày Phát Hành | 2019-12-17 |
Đánh Giá | 3.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | jinzhenzu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jzz4012650/simple_proxy |
URL Trang Trợ Giúp | https://github.com/jzz4012650/simple_proxy/issues |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Proxy" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "proxy", "tabs", "storage", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ] } |