VisualizeUs

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

Was ist VisualizeUs?

VisualizeUs ist eine Chrome-Erweiterung, die von https://vi.sualize.us entwickelt wurde, und ihr Hauptmerkmal ist "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

VisualizeUs-Erweiterungs-CRX-Datei herunterladen

Laden Sie VisualizeUs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
Offizielle URL https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Beschreibung VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Dateigröße 31.66 KB
Installationsanzahl 1,559
Aktuelle Version 1.0.7
Letztes Update 2012-10-10
Veröffentlichungsdatum 2012-10-10
Bewertung 4.19/5 Insgesamt 37 Bewertungen
Entwickler https://vi.sualize.us
Zahlungsart free
Erweiterungswebsite http://vi.sualize.us/help/chrome/
Hilfeseite URL http://vi.sualize.us/contact/
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}