Context (ctxt.io)

Share whatever you see with others in seconds

Hvad er Context (ctxt.io)?

Context (ctxt.io) er en Chrome-udvidelse udviklet af https://ctxt.io, og dens hovedfunktion er "Share whatever you see with others in seconds".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Context (ctxt.io)-udvidelses-CRX-fil

Download Context (ctxt.io)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
Officiel URL https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Beskrivelse Share whatever you see with others in seconds
Filstørrelse 43.73 KB
Antal Installationer 266
Nuværende Version 1.0.5
Senest Opdateret 2017-05-07
Udgivelsesdato 2017-05-07
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler https://ctxt.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ctxt.io
Hjælpeside-URL https://ctxt.io/faq
URL til Fortrolighedspolitik Side https://ctxt.io/privacy
Understøttede Sprog 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
}