Context (ctxt.io)
Share whatever you see with others in seconds
¿Qué es Context (ctxt.io)?
Context (ctxt.io) es una extensión de Chrome desarrollada por https://ctxt.io, y su función principal es "Share whatever you see with others in seconds".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Context (ctxt.io)
Descarga archivos de extensión Context (ctxt.io) 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
This website and browser extension allows you to quickly share rich-text contextual pastes with friends or coworkers of what you're reading on the web. (Watch a demo video on YouTube.) You can copy-paste selected text or images from websites directly on the home page and create pastes with a single click, or use our bookmarklets or browser extensions mentioned below for better accuracy of copied styles and with the least effort. You can use this to share context of what you're seeing on your screen, including your personalized ranking on various websites, sensitive interview feedback, code snippets from Terminal. For web developers, you can even share mockups after you've modified the DOM without resorting to screenshots.
Información Básica de la Extensión
Nombre | |
ID | hlfidjnfgbdcpajldipflflmmenfnimc |
URL Oficial | https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc |
Descripción | Share whatever you see with others in seconds |
Tamaño del Archivo | 43.73 KB |
Cantidad de Instalaciones | 266 |
Versión Actual | 1.0.5 |
Última Actualización | 2017-05-07 |
Fecha de Publicación | 2017-05-07 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | https://ctxt.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ctxt.io |
URL de la Página de Ayuda | https://ctxt.io/faq |
URL de la Página de Política de Privacidad | https://ctxt.io/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Context (ctxt.io)", "short_name": "Context", "description": "Share whatever you see with others in seconds", "version": "1.0.5", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Context", "default_popup": "popup.html" }, "manifest_version": 2 } |