VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Hvad er VisualizeUs?
VisualizeUs er en Chrome-udvidelse udviklet af https://vi.sualize.us, og dens hovedfunktion er "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".
Udvidelsesskærmbilleder
Download VisualizeUs-udvidelses-CRX-fil
Download VisualizeUs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
Officiel URL | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
Beskrivelse | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
Filstørrelse | 31.66 KB |
Antal Installationer | 1,559 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2012-10-10 |
Udgivelsesdato | 2012-10-10 |
Bedømmelse | 4.19/5 Samlet 37 Bedømmelser |
Udvikler | https://vi.sualize.us |
Betalingsmetode | free |
Udvidelseswebsted | http://vi.sualize.us/help/chrome/ |
Hjælpeside-URL | http://vi.sualize.us/contact/ |
Understøttede Sprog | 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:\/\/*\/*" ] } |