VisualizeUs

VisualizeUs helps you collect and connect to the best visual inspiration of the web.

O que é VisualizeUs?

VisualizeUs é uma extensão do Chrome desenvolvida por https://vi.sualize.us, e sua principal característica é "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VisualizeUs

Baixe arquivos de extensão VisualizeUs 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

                        We're a creative community with a mission: To rescue all inspiring and beautiful pictures (and videos) lost in the depths of the web. 

VisualizeUs helps you collect and connect to the best visual inspiration of the web. Because your eyes deserve their daily dose of beauty.                    

Informações Básicas da Extensão

Nome VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
URL Oficial https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Descrição VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Tamanho do Arquivo 31.66 KB
Contagem de Instalações 1,559
Versão Atual 1.0.7
Última Atualização 2012-10-10
Data de Publicação 2012-10-10
Classificação 4.19/5 Total de 37 Avaliações
Desenvolvedor https://vi.sualize.us
Tipo de Pagamento free
Site da Extensão http://vi.sualize.us/help/chrome/
URL da Página de Ajuda http://vi.sualize.us/contact/
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisualizeUs",
    "description": "VisualizeUs helps you collect and connect to the best visual inspiration of the web.",
    "version": "1.0.7",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "tb.png",
        "default_title": "Post to VisualizeUs",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "visualizeus.css"
            ],
            "js": [
                "visualizeus.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}