Context (ctxt.io)

Share whatever you see with others in seconds

Cos'è Context (ctxt.io)?

Context (ctxt.io) è un'estensione di Chrome sviluppata da https://ctxt.io, e la sua funzione principale è "Share whatever you see with others in seconds".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Context (ctxt.io)

Scarica i file di estensione Context (ctxt.io) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
URL Ufficiale https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Descrizione Share whatever you see with others in seconds
Dimensione del File 43.73 KB
Conteggio Installazioni 266
Versione Corrente 1.0.5
Ultimo Aggiornamento 2017-05-07
Data di Pubblicazione 2017-05-07
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://ctxt.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ctxt.io
URL della Pagina di Aiuto https://ctxt.io/faq
URL della Pagina della Politica sulla Privacy https://ctxt.io/privacy
Lingue Supportate 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
}