Test the Rest!

Test the Rest.

Apa itu Test the Rest!?

Test the Rest! adalah ekstensi Chrome yang dikembangkan oleh Vishal Joshi, dan fitur utamanya adalah "Test the Rest.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Test the Rest!

Unduh file ekstensi Test the Rest! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Test the JSON based rest service                    

Informasi Dasar Ekstensi

Nama Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
URL Resmi https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Deskripsi Test the Rest.
Ukuran File 808 KB
Jumlah Instalasi 93
Versi Saat Ini 0.22.1
Terakhir Diperbarui 2015-12-08
Tanggal Publikasi 2015-12-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Vishal Joshi
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test the Rest!",
    "description": "Test the Rest.",
    "version": "0.22.1",
    "author": "Vishal Joshi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "testTheRest_128_128.png",
        "default_popup": "popup.html",
        "default_title": "Test the Rest."
    },
    "icons": {
        "16": "testTheRest-16_16.png",
        "48": "testTheRest-48_48.png",
        "128": "testTheRest_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}