VisualizeUs

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

¿Qué es VisualizeUs?

VisualizeUs es una extensión de Chrome desarrollada por https://vi.sualize.us, y su función principal es "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión VisualizeUs

Descarga archivos de extensión VisualizeUs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
URL Oficial https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Descripción VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Tamaño del Archivo 31.66 KB
Cantidad de Instalaciones 1,559
Versión Actual 1.0.7
Última Actualización 2012-10-10
Fecha de Publicación 2012-10-10
Calificación 4.19/5 Total de 37 Calificaciones
Desarrollador https://vi.sualize.us
Tipo de Pago free
Sitio Web de la Extensión http://vi.sualize.us/help/chrome/
URL de la Página de Ayuda http://vi.sualize.us/contact/
Idiomas Soportados 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:\/\/*\/*"
    ]
}