Context (ctxt.io)

Share whatever you see with others in seconds

Co to jest Context (ctxt.io)?

Context (ctxt.io) to rozszerzenie Chrome opracowane przez https://ctxt.io, a jego główną funkcją jest „Share whatever you see with others in seconds”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Context (ctxt.io)

Pobierz pliki rozszerzeń Context (ctxt.io) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
Oficjalny URL https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Opis Share whatever you see with others in seconds
Rozmiar pliku 43.73 KB
Liczba instalacji 266
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2017-05-07
Data Publikacji 2017-05-07
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://ctxt.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ctxt.io
Adres URL Strony Pomocy https://ctxt.io/faq
Adres URL Strony Polityki Prywatności https://ctxt.io/privacy
Obsługiwane Języki 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
}