Simploxy
Simple! and proxy!
Simploxyとは何ですか?
Simploxyはgr22dによって開発されたChromeの拡張機能で、その主な機能は「Simple! and proxy!」です。
拡張機能のスクリーンショット
Simploxy拡張機能のCRXファイルをダウンロード
Simploxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        - Change log
 Simploxy 1.1.2 #  fix bugs.
 Simploxy 1.1.0 #  fix bugs.
-----------------------------------------------------------------------------------------------------------------------------------------------
Simploxy. It is simple proxy extension using simple shortcut. Just Ctrl + Shift + Spacebar.
Just a proxy extension for pentester.
+NOTICE
 - Simploxy is an extension to help you using proxy.
 - To use Simploxy, you need one available proxy server at least.
 - Simploxy DOES NOT provide proxy server.
+Features
  - Shortcut for proxy setting ( If you want to change command, you can change it in chrome 
     setting on "" chrome://extensions/shortcuts "")
  - HTTP/HTTPS proxy                     拡張機能の基本情報
| 名前 |   |  
| ID | kpangeogkjfhgcnhckadocgppiafghep | 
| 公式URL | https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep | 
| 説明 | Simple! and proxy! | 
| ファイルサイズ | 6.56 KB | 
| インストール数 | 74 | 
| 現在のバージョン | 1.1.2 | 
| 最終更新日 | 2022-02-04 | 
| 公開日 | 2021-01-28 | 
| 評価 | 5.00/5 合計 4 レビュー | 
| 開発者 | gr22d | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simploxy",
    "description": "Simple! and proxy!",
    "homepage_url": "https:\/\/github.com\/gr22d\/simploxy",
    "version": "1.1.2",
    "icons": {
        "64": "icons\/default-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/default-64.png",
        "default_title": "Simple! and Proxy!",
        "default_popup": "options.html"
    },
    "commands": {
        "toggle-proxy": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Set your custom command."
        }
    },
    "permissions": [
        "storage",
        "proxy"
    ]
}  |  |