Test the Rest!

Test the Rest.

什麼是Test the Rest!?

Test the Rest!是由Vishal Joshi開發的Chrome擴展程式,該擴展的主要功能是“Test the Rest.”。

擴展截圖

screenshot

下載Test the Rest!擴展crx文件

下載Test the Rest!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Test the JSON based rest service                    

擴展基本資訊

名稱 Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
官方網址 https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
簡介 Test the Rest.
檔案大小 808 KB
安裝次數 93
目前版本 0.22.1
更新時間 2015-12-08
上架時間 2015-12-07
評分 5.00/5 共 2 次評分
開發者 Vishal Joshi
付費類型 free
支援的語言 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'"
}