Restfox

Minimalistic HTTP Client for API Development and Testing

Restfoxคืออะไร?

Restfox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://restfox.dev และคุณลักษณะหลักของมันคือ "Minimalistic HTTP Client for API Development and Testing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Restfox

ดาวน์โหลดไฟล์ส่วนขยาย Restfox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple.

Features:
- Workspaces
- Tabs
- Nested Folders
- Lots of context menus
- Response history
- Plugins
- GraphQL support
- Import collections exported from Postman and Insomnia
- Simple user friendly interface                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
คำอธิบาย Minimalistic HTTP Client for API Development and Testing
ขนาดไฟล์ 3.82 MB
จำนวนการติดตั้ง 404
เวอร์ชันปัจจุบัน 1.0.604
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2022-11-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://restfox.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/flawiddsouza/Restfox/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restfox",
    "description": "Minimalistic HTTP Client for API Development and Testing",
    "version": "1.0.604",
    "manifest_version": 3,
    "icons": {
        "512": "icons\/favicon.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/favicon.png"
        }
    }
}