VisualizeUs

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

What is VisualizeUs?

VisualizeUs is a Chrome extension developed by https://vi.sualize.us, and its main feature is "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download VisualizeUs Extension CRX File

Download VisualizeUs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
Official URL https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Description VisualizeUs helps you collect and connect to the best visual inspiration of the web.
File Size 31.66 KB
Installation Count 1,559
Current Version 1.0.7
Last Updated 2012-10-10
Publish Date 2012-10-10
Rating 4.19/5 Total 37 Ratings
Developer https://vi.sualize.us
Payment Type free
Extension Website http://vi.sualize.us/help/chrome/
Help Page URL http://vi.sualize.us/contact/
Supported Languages 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:\/\/*\/*"
    ]
}