Gardn
Grow your websites, links and articles using the power of community.
¿Qué es Gardn?
Gardn es una extensión de Chrome desarrollada por http://gardn.net, y su función principal es "Grow your websites, links and articles using the power of community.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gardn
Descarga archivos de extensión Gardn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The Gardn is a magical place where net-savvy people come to plant new seedlings in the form of links to articles, websites and social profiles, and watch them grow into great blooming trees thanks to the power of community. When you write an awesome article or release a brilliant new website, you want it to reach as many people as possible, and everyone knows the best way to do that is with social media. The Gardn is teeming with people who will actively promote your amazing content using their social networks, in return for the same favour. This extension now makes it easier than ever to share with a purpose on the Gardn. Just navigate to any website, and click the Gardn icon in your browser, and you can submit your links to the Gardn without even having to disrupt your browsing experience. Thanks for using our extension for the best browser in the world, Google Chrome. Please drop by and see us soon... Website: http://gardn.net Terms: http://gardn.net/terms Privacy: http://gardn.net/privacy Contact: [email protected]
Información Básica de la Extensión
Nombre | |
ID | mgmhalepkebdkdhkhgocpeggodpbalbj |
URL Oficial | https://chrome.google.com/webstore/detail/gardn/mgmhalepkebdkdhkhgocpeggodpbalbj |
Descripción | Grow your websites, links and articles using the power of community. |
Tamaño del Archivo | 278 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 0.1.1 |
Última Actualización | 2014-03-13 |
Fecha de Publicación | 2014-03-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://gardn.net |
Tipo de Pago | free |
Sitio Web de la Extensión | http://gardn.net |
URL de la Página de Ayuda | https://twitter.com/ourgardn |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gardn", "version": "0.1.1", "description": "Grow your websites, links and articles using the power of community.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |