Eyes on Things

Add an eye to any page

O que é Eyes on Things?

Eyes on Things é uma extensão do Chrome desenvolvida por Sam, e sua principal característica é "Add an eye to any page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Eyes on Things

Baixe arquivos de extensão Eyes on Things no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
URL Oficial https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Descrição Add an eye to any page
Tamanho do Arquivo 19.45 KB
Contagem de Instalações 508
Versão Atual 1.4
Última Atualização 2014-10-14
Data de Publicação 2014-10-14
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Sam
Tipo de Pagamento free
Idiomas Suportados 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
}