VisualizeUs

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

Co je VisualizeUs?

VisualizeUs je rozšíření Chrome vyvinuté https://vi.sualize.us, a jeho hlavní funkcí je „VisualizeUs helps you collect and connect to the best visual inspiration of the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VisualizeUs

Stáhněte si soubory rozšíření VisualizeUs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
Oficiální URL https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Popis VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Velikost souboru 31.66 KB
Počet instalací 1,559
Aktuální Verze 1.0.7
Poslední Aktualizace 2012-10-10
Datum Vydání 2012-10-10
Hodnocení 4.19/5 Celkem 37 Hodnocení
Vývojář https://vi.sualize.us
Typ Platby free
Webové stránky Rozšíření http://vi.sualize.us/help/chrome/
URL Stránky Nápovědy http://vi.sualize.us/contact/
Podporované Jazyky 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:\/\/*\/*"
    ]
}