Simple Proxy
This extension can set up proxy for each host you have visited.
Simple Proxy란 무엇입니까?
Simple Proxy은(는) jinzhenzu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can set up proxy for each host you have visited."입니다.
확장 프로그램 스크린샷
Simple Proxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | jehndggefimmlibgcjjhfmifoonajkjl |
공식 URL | https://chrome.google.com/webstore/detail/simple-proxy/jehndggefimmlibgcjjhfmifoonajkjl |
설명 | This extension can set up proxy for each host you have visited. |
파일 크기 | 1.58 MB |
설치 횟수 | 1,000 |
현재 버전 | 3.0 |
최근 업데이트 | 2019-12-18 |
출시 날짜 | 2019-12-17 |
평점 | 3.78/5 총 9 개의 평점 |
개발자 | jinzhenzu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jzz4012650/simple_proxy |
도움말 페이지 URL | https://github.com/jzz4012650/simple_proxy/issues |
지원되는 언어 | 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:\/\/*\/*" ] } |