VisualizeUs

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

Vad är VisualizeUs?

VisualizeUs är en Chrome-tillägg utvecklad av https://vi.sualize.us, och dess huvudfunktion är "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner VisualizeUs-förlängningens CRX-fil

Ladda ner VisualizeUs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VisualizeUs VisualizeUs
ID engcgfkpphndmbjmondiodpoeegkemgh
Officiell webbadress https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh
Beskrivning VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Filstorlek 31.66 KB
Antal Installationer 1,559
Aktuell Version 1.0.7
Senast Uppdaterad 2012-10-10
Publiceringsdatum 2012-10-10
Betyg 4.19/5 Totalt 37 Betyg
Utvecklare https://vi.sualize.us
Betalningssätt free
Tilläggswebbplats http://vi.sualize.us/help/chrome/
Hjälpsida URL http://vi.sualize.us/contact/
Stödda Språk 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:\/\/*\/*"
    ]
}