Eyes on Things

Add an eye to any page

Co je Eyes on Things?

Eyes on Things je rozšíření Chrome vyvinuté Sam, a jeho hlavní funkcí je „Add an eye to any page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Eyes on Things

Stáhněte si soubory rozšíření Eyes on Things ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
Oficiální URL https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Popis Add an eye to any page
Velikost souboru 19.45 KB
Počet instalací 508
Aktuální Verze 1.4
Poslední Aktualizace 2014-10-14
Datum Vydání 2014-10-14
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář Sam
Typ Platby free
Podporované Jazyky 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
}