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
官方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"
    ]
}