Eyes on Things

Add an eye to any page

Cos'è Eyes on Things?

Eyes on Things è un'estensione di Chrome sviluppata da Sam, e la sua funzione principale è "Add an eye to any page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Eyes on Things

Scarica i file di estensione Eyes on Things 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

                        Put eyes on anything! Simply click the new button to the right of your address bar, choose the size of your eye and have fun!

This extension does not use any of your personal data on websites. The code is available on the github repository https://github.com/kjav/Eyes-On-Things, so feel free to check that no malicious code is present.                    

Informazioni di Base sull'Estensione

Nome Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
URL Ufficiale https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Descrizione Add an eye to any page
Dimensione del File 19.45 KB
Conteggio Installazioni 508
Versione Corrente 1.4
Ultimo Aggiornamento 2014-10-14
Data di Pubblicazione 2014-10-14
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Sam
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyes on Things",
    "description": "Add an eye to any page",
    "version": "1.4",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Add an eye.",
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "draggabilly.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}