Context (ctxt.io)

Share whatever you see with others in seconds

Was ist Context (ctxt.io)?

Context (ctxt.io) ist eine Chrome-Erweiterung, die von https://ctxt.io entwickelt wurde, und ihr Hauptmerkmal ist "Share whatever you see with others in seconds".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Context (ctxt.io)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Context (ctxt.io)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
Offizielle URL https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Beschreibung Share whatever you see with others in seconds
Dateigröße 43.73 KB
Installationsanzahl 266
Aktuelle Version 1.0.5
Letztes Update 2017-05-07
Veröffentlichungsdatum 2017-05-07
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://ctxt.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ctxt.io
Hilfeseite URL https://ctxt.io/faq
URL der Datenschutzrichtlinien-Seite https://ctxt.io/privacy
Unterstützte Sprachen 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
}