SwaVan

SwaVan allow user to mock data and redirect request to another endpoint

SwaVanとは何ですか?

SwaVanはBiplab Pokhrelによって開発されたChromeの拡張機能で、その主な機能は「SwaVan allow user to mock data and redirect request to another endpoint」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SwaVan拡張機能のCRXファイルをダウンロード

SwaVan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SwaVan is an extension that allows redirect the request based on the rules you created. SwaVan support unlimited rules creation and all these rules are store locally in you PC. Here are the list of feature SwaVan comes with.

Features of SwaVan
- Create as many rules as you want
- Create, Edit, and delete mock with the rule
- Create response as many as you like
- Add redirect filter logic
- Enable or Disable rules, mock data and redirect URLs
- Easy to share rules ( Copy Rule )
- Easy to import rule ( Paste Rule )
- Add filter logic to look for specific host only
- Add filter logic to look for specific resource type only                    

拡張機能の基本情報

名前 SwaVan SwaVan
ID pjoolkhhhagnogkehobklpgmfbhndefo
公式URL https://chromewebstore.google.com/detail/swavan/pjoolkhhhagnogkehobklpgmfbhndefo
説明 SwaVan allow user to mock data and redirect request to another endpoint
ファイルサイズ 1.85 MB
インストール数 101
現在のバージョン 0.2.2
最終更新日 2020-11-19
公開日 2020-09-22
評価 5.00/5 合計 7 レビュー
開発者 Biplab Pokhrel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://swavan.io
プライバシーポリシーページのURL https://www.privacypolicyonline.com/live.php?token=PZNl0dnodElWggyJEwobtWX5AljxwzVv
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwaVan",
    "homepage_url": "https:\/\/swavan.io",
    "description": "SwaVan allow user to mock data and redirect request to another endpoint",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "icons": {
        "16": "icons\/SwaVan16.png",
        "32": "icons\/SwaVan32.png",
        "48": "icons\/SwaVan48.png",
        "64": "icons\/SwaVan64.png",
        "96": "icons\/SwaVan96.png",
        "128": "icons\/SwaVan128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Swavan",
        "default_icon": {
            "16": "icons\/SwaVan16.png",
            "32": "icons\/SwaVan32.png",
            "48": "icons\/SwaVan48.png",
            "64": "icons\/SwaVan64.png",
            "96": "icons\/SwaVan96.png",
            "128": "icons\/SwaVan128.png"
        }
    },
    "version": "0.2.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}