Tion Proxy

A simple and easy to make Proxy in your browser!

什么是Tion Proxy?

Tion Proxy是由guilhermepedroso开发的Chrome扩展程序,该扩展的主要功能是“A simple and easy to make Proxy in your browser!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Tion Proxy扩展crx文件

下载Tion Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Tion Proxy is a free alternative of the Fiddler, Charles or Nproxy.                    

扩展基本信息

名称 Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
官方URL https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
简介 A simple and easy to make Proxy in your browser!
文件大小 1019 KB
安装次数 206
当前版本 1.4
更新时间 2017-06-28
上架时间 2017-06-28
评分 4.63/5 共8次评分
开发者 guilhermepedroso
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tion Proxy",
    "description": "A simple and easy to make Proxy in your browser!",
    "version": "1.4",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}