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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}