RESTED APS

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

RESTED APS là gì?

RESTED APS là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A REST client for the rest of us, with APS features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RESTED APS

Tải xuống các tệp mở rộng RESTED APS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RESTED APS RESTED APS
ID omkndfeccmeplaimlpaefimnimmniccl
URL Chính Thức https://chromewebstore.google.com/detail/rested-aps/omkndfeccmeplaimlpaefimnimmniccl
Mô tả A REST client for the rest of us, with APS features
Kích Thước Tệp 1.25 MB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2018-06-01
Ngày Phát Hành 2018-06-01
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/odin-public/RESTED-APS/releases/tag/0.0.9
URL Trang Trợ Giúp https://github.com/odin-public/RESTED-APS/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}