HTTPClacks

Clacks adaptor for HTTP requests

What is HTTPClacks?

HTTPClacks is a Chrome extension developed by Unknown, and its main feature is "Clacks adaptor for HTTP requests".

Extension Screenshots

screenshot
screenshot

Download HTTPClacks Extension CRX File

Download HTTPClacks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display HTTP Clacks headers when present.                    

Extension Basic Information

Name HTTPClacks HTTPClacks
ID hddhpcdblbkckanibgildoofccignjnp
Official URL https://chromewebstore.google.com/detail/httpclacks/hddhpcdblbkckanibgildoofccignjnp
Description Clacks adaptor for HTTP requests
File Size 6.99 KB
Installation Count 124
Current Version 0.8
Last Updated 2015-03-17
Publish Date 2015-03-17
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTTPClacks",
    "description": "Clacks adaptor for HTTP requests",
    "version": "0.8",
    "icons": {
        "128": "icon_on.gif"
    },
    "browser_action": {
        "default_title": "Clacks Viewer",
        "default_icon": "icon_off.gif",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}