VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Wat is VisualizeUs?
VisualizeUs is een Chrome-extensie ontwikkeld door https://vi.sualize.us, en de belangrijkste functie is "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie VisualizeUs
Download VisualizeUs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
Officiële URL | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
Beschrijving | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
Bestandsgrootte | 31.66 KB |
Aantal Installaties | 1,559 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2012-10-10 |
Publicatiedatum | 2012-10-10 |
Beoordeling | 4.19/5 Totaal 37 Beoordelingen |
Ontwikkelaar | https://vi.sualize.us |
Betalingswijze | free |
Extensiewebsite | http://vi.sualize.us/help/chrome/ |
Help Pagina-URL | http://vi.sualize.us/contact/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } |