VisualizeUs

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

Co to jest VisualizeUs?

VisualizeUs to rozszerzenie Chrome opracowane przez https://vi.sualize.us, a jego główną funkcją jest „VisualizeUs helps you collect and connect to the best visual inspiration of the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VisualizeUs

Pobierz pliki rozszerzeń VisualizeUs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
Oficjalny URL https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Opis VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Rozmiar pliku 31.66 KB
Liczba instalacji 1,559
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2012-10-10
Data Publikacji 2012-10-10
Ocena 4.19/5 Łącznie 37 Oceny
Deweloper https://vi.sualize.us
Typ Płatności free
Strona Rozszerzenia http://vi.sualize.us/help/chrome/
Adres URL Strony Pomocy http://vi.sualize.us/contact/
Obsługiwane Języki 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:\/\/*\/*"
    ]
}