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
官方網址 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
電子郵箱 [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'"
}