Context (ctxt.io)

Share whatever you see with others in seconds

What is Context (ctxt.io)?

Context (ctxt.io) is a Chrome extension developed by https://ctxt.io, and its main feature is "Share whatever you see with others in seconds".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Context (ctxt.io) Extension CRX File

Download Context (ctxt.io) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
Official URL https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Description Share whatever you see with others in seconds
File Size 43.73 KB
Installation Count 266
Current Version 1.0.5
Last Updated 2017-05-07
Publish Date 2017-05-07
Rating 4.00/5 Total 2 Ratings
Developer https://ctxt.io
Email [email protected]
Payment Type free
Extension Website https://ctxt.io
Help Page URL https://ctxt.io/faq
Privacy Policy Page URL https://ctxt.io/privacy
Supported Languages 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
}