Eyes on Things

Add an eye to any page

Co to jest Eyes on Things?

Eyes on Things to rozszerzenie Chrome opracowane przez Sam, a jego główną funkcją jest „Add an eye to any page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Eyes on Things

Pobierz pliki rozszerzeń Eyes on Things w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
Oficjalny URL https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Opis Add an eye to any page
Rozmiar pliku 19.45 KB
Liczba instalacji 508
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2014-10-14
Data Publikacji 2014-10-14
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Sam
Typ Płatności free
Obsługiwane Języki 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
}