VisualizeUs

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

Cos'è VisualizeUs?

VisualizeUs è un'estensione di Chrome sviluppata da https://vi.sualize.us, e la sua funzione principale è "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VisualizeUs

Scarica i file di estensione VisualizeUs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
URL Ufficiale https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Descrizione VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Dimensione del File 31.66 KB
Conteggio Installazioni 1,559
Versione Corrente 1.0.7
Ultimo Aggiornamento 2012-10-10
Data di Pubblicazione 2012-10-10
Valutazione 4.19/5 Totale 37 Valutazioni
Sviluppatore https://vi.sualize.us
Tipo di Pagamento free
Sito Web dell'Estensione http://vi.sualize.us/help/chrome/
URL della Pagina di Aiuto http://vi.sualize.us/contact/
Lingue Supportate 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:\/\/*\/*"
    ]
}