Context (ctxt.io)

Share whatever you see with others in seconds

O que é Context (ctxt.io)?

Context (ctxt.io) é uma extensão do Chrome desenvolvida por https://ctxt.io, e sua principal característica é "Share whatever you see with others in seconds".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Context (ctxt.io)

Baixe arquivos de extensão Context (ctxt.io) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
URL Oficial https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Descrição Share whatever you see with others in seconds
Tamanho do Arquivo 43.73 KB
Contagem de Instalações 266
Versão Atual 1.0.5
Última Atualização 2017-05-07
Data de Publicação 2017-05-07
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor https://ctxt.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ctxt.io
URL da Página de Ajuda https://ctxt.io/faq
URL da Página de Política de Privacidade https://ctxt.io/privacy
Idiomas Suportados 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
}