Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
¿Qué es Simple Share?
Simple Share es una extensión de Chrome desarrollada por Nicolas Devenet, y su función principal es "Simply share your current tab by email, to your social networks or your Shaarli!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Share
Descarga archivos de extensión Simple Share 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
Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
Información Básica de la Extensión
Nombre | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
URL Oficial | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
Descripción | Simply share your current tab by email, to your social networks or your Shaarli! |
Tamaño del Archivo | 21.59 KB |
Cantidad de Instalaciones | 244 |
Versión Actual | 1.1.0 |
Última Actualización | 2018-04-16 |
Fecha de Publicación | 2018-04-16 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Nicolas Devenet |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Devenet/SimpleShare |
URL de la Página de Ayuda | https://github.com/Devenet/SimpleShare/issues |
Idiomas Soportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |