xray

turn your browser in xray

Cos'è xray?

xray è un'estensione di Chrome sviluppata da http://www.agentur-simon.de, e la sua funzione principale è "turn your browser in xray".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione xray

Scarica i file di estensione xray in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome xray xray
ID omihmnedckkngecdfodaimocihedgamn
URL Ufficiale https://chrome.google.com/webstore/detail/omihmnedckkngecdfodaimocihedgamn
Descrizione turn your browser in xray
Dimensione del File 8.78 KB
Conteggio Installazioni 1,623
Versione Corrente 0.2
Ultimo Aggiornamento 2018-04-23
Data di Pubblicazione 2018-04-23
Valutazione 4.00/5 Totale 10 Valutazioni
Sviluppatore http://www.agentur-simon.de
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}