xray

turn your browser in xray

What is xray?

xray is a Chrome extension developed by http://www.agentur-simon.de, and its main feature is "turn your browser in xray".

Extension Screenshots

screenshot
screenshot

Download xray Extension CRX File

Download xray 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

                        This extension turns smoothly your chrome browser view to x-ray

Source available at:
https://github.com/SimonWpt/chrome.xray                    

Extension Basic Information

Name xray xray
ID omihmnedckkngecdfodaimocihedgamn
Official URL https://chrome.google.com/webstore/detail/omihmnedckkngecdfodaimocihedgamn
Description turn your browser in xray
File Size 8.78 KB
Installation Count 1,623
Current Version 0.2
Last Updated 2018-04-23
Publish Date 2018-04-23
Rating 4.00/5 Total 10 Ratings
Developer http://www.agentur-simon.de
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "xray.js"
        ]
    },
    "browser_action": {
        "default_icon": "xray.png",
        "default_title": "xray"
    },
    "description": "turn your browser in xray",
    "icons": {
        "32": "xray.png"
    },
    "manifest_version": 2,
    "name": "xray",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "0.2"
}