VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
Qu'est-ce que VisualizeUs ?
VisualizeUs est une extension Chrome développée par https://vi.sualize.us, et sa fonction principale est "VisualizeUs helps you collect and connect to the best visual inspiration of the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VisualizeUs
Téléchargez les fichiers d'extension VisualizeUs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
URL Officiel | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
Description | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
Taille du Fichier | 31.66 KB |
Nombre d'Installations | 1,559 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2012-10-10 |
Date de Publication | 2012-10-10 |
Évaluation | 4.19/5 Total 37 Évaluations |
Développeur | https://vi.sualize.us |
Type de Paiement | free |
Site Web de l'Extension | http://vi.sualize.us/help/chrome/ |
URL de la Page d'Aide | http://vi.sualize.us/contact/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |