Socializer!
Submission to top Social Networks, eMail recommendation, Translation, and more.
¿Qué es Socializer!?
Socializer! es una extensión de Chrome desarrollada por http://www.thefreewindows.com, y su función principal es "Submission to top Social Networks, eMail recommendation, Translation, and more.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Socializer!
Descarga archivos de extensión Socializer! 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
Socializer! for Chrome is a simple (loading instantly) and safe extension that will let you have a nice button to share any web page you might visit. When you click on the Socializer! button, a clean and pleasant control panel offers sharing and translation options. Socializer! supports Google Bookmarks and Google Plus submission, Reddit, Twitter, Facebook, eMail recommendation, Google Translate, HTML Code (href) for Link and Share Link, Short URL version with TinyURL, BlinkList, BlogMarks, Del.Icio.Us, Digg, Evernote, FormSpring, FriendFeed, Linkedin, LiveJournal, Chime, MySpace, Pinterest, StumbleUpon, Technorati, Connotea, DotNetKicks, DZone, Fark, Faves, LinkArena, LinkaGoGo, MisterWong, N4G, NewsVine, Netvouz, NuJIJ, Scoopeo, Tipd, Tumblr, Xerpi. You will also have the option of getting automatically html links for any page you view, in order to paste them in your site, your blog, in Facebook messages, in forums, and wherever html is used. This is an absolutely free and discreet, unobtrusive, extension - you will never be asked for anything.
Información Básica de la Extensión
Nombre | |
ID | nijfoiompednccgmbnbiifcljbbmjink |
URL Oficial | https://chrome.google.com/webstore/detail/socializer/nijfoiompednccgmbnbiifcljbbmjink |
Descripción | Submission to top Social Networks, eMail recommendation, Translation, and more. |
Tamaño del Archivo | 14.25 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 3.0 |
Última Actualización | 2013-06-15 |
Fecha de Publicación | 2013-06-15 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | http://www.thefreewindows.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.thefreewindows.com/ |
URL de la Página de Ayuda | http://www.thefreewindows.com/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Socializer!", "version": "3.0", "manifest_version": 2, "description": "Submission to top Social Networks, eMail recommendation, Translation, and more.", "icons": { "128": "128.png", "16": "19.png", "32": "32.png", "48": "48.png" }, "background": { "scripts": [ "socializerhead.js" ] }, "browser_action": { "default_icon": "19.png", "default_title": "Share with Socializer!", "id": "Socializer!" }, "permissions": [ "tabs", "*:\/\/*\/*" ] } |