Ramjet Inspector

Look into the Matrix.

What is Ramjet Inspector?

Ramjet Inspector is a Chrome extension developed by Unknown, and its main feature is "Look into the Matrix.".

Extension Screenshots

screenshot
screenshot

Download Ramjet Inspector Extension CRX File

Download Ramjet Inspector 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

                        Vývojářský nástroj pro Java server UI framework RamJet.                    

Extension Basic Information

Name Ramjet Inspector Ramjet Inspector
ID hnloclojfeachplnbgombfalhmmkeohl
Official URL https://chromewebstore.google.com/detail/ramjet-inspector/hnloclojfeachplnbgombfalhmmkeohl
Description Look into the Matrix.
File Size 273 KB
Installation Count 49
Current Version 1.14
Last Updated 2017-11-10
Publish Date 2017-11-10
Rating 5.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ramjet Inspector",
    "version": "1.14",
    "manifest_version": 2,
    "description": "Look into the Matrix.",
    "browser_action": {
        "default_icon": {
            "24": "skin\/icon-24.png",
            "64": "skin\/icon-64.png",
            "128": "skin\/icon-128.png"
        },
        "default_title": "RamJet Inspector",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "24": "skin\/icon-24.png",
        "64": "skin\/icon-64.png",
        "128": "skin\/icon-128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "skin\/INFO.png",
        "skin\/INFO-128.png",
        "skin\/INFO-64.png",
        "skin\/INFO-24.png",
        "skin\/WARNING.png",
        "skin\/WARNING-128.png",
        "skin\/WARNING-64.png",
        "skin\/WARNING-24.png",
        "skin\/ERROR.png",
        "skin\/ERROR-128.png",
        "skin\/ERROR-64.png",
        "skin\/ERROR-24.png"
    ]
}