RESTED APS

A REST client for the rest of us, with APS features

RESTED APSคืออะไร?

RESTED APS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A REST client for the rest of us, with APS features"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A fork of RESTED (https://github.com/RESTEDClient/RESTED) extension with APS features. More about APS: https://doc.apsstandard.org/

Use the links below to submit issues.                    

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

ชื่อ RESTED APS RESTED APS
ID omkndfeccmeplaimlpaefimnimmniccl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rested-aps/omkndfeccmeplaimlpaefimnimmniccl
คำอธิบาย A REST client for the rest of us, with APS features
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2018-06-01
วันที่เผยแพร่ 2018-06-01
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/odin-public/RESTED-APS/releases/tag/0.0.9
URL หน้าช่วยเหลือ https://github.com/odin-public/RESTED-APS/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RESTED APS",
    "version": "0.0.9",
    "description": "A REST client for the rest of us, with APS features",
    "homepage_url": "https:\/\/github.com\/odin-public\/RESTED-APS",
    "manifest_version": 2,
    "minimum_chrome_version": "60.0",
    "icons": {
        "16": "dist\/img\/favicon\/favicon-16x16.png",
        "32": "dist\/img\/favicon\/favicon-32x32.png",
        "64": "dist\/img\/favicon\/favicon-64x64.png",
        "96": "dist\/img\/favicon\/favicon-96x96.png",
        "128": "dist\/img\/favicon\/favicon-128x128.png"
    },
    "browser_action": {
        "default_title": "Open RESTED APS tab",
        "default_icon": {
            "16": "dist\/img\/favicon\/favicon-16x16.png",
            "32": "dist\/img\/favicon\/favicon-32x32.png",
            "64": "dist\/img\/favicon\/favicon-64x64.png",
            "96": "dist\/img\/favicon\/favicon-96x96.png",
            "128": "dist\/img\/favicon\/favicon-128x128.png"
        }
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": true,
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "",
        "webRequest",
        "storage"
    ]
}