RESTED APS

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

什麼是RESTED APS?

RESTED APS是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A REST client for the rest of us, with APS features”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載RESTED APS擴展crx文件

下載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
官方網址 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"
    ]
}