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
公式URL 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'"
}