Context (ctxt.io)

Share whatever you see with others in seconds

Что такое Context (ctxt.io)?

Context (ctxt.io) - это расширение Chrome, разработанное https://ctxt.io, и его основная функция - "Share whatever you see with others in seconds".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Context (ctxt.io)

Скачайте файлы расширений Context (ctxt.io) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
Официальный URL https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Описание Share whatever you see with others in seconds
Размер файла 43.73 KB
Количество установок 266
Текущая Версия 1.0.5
Последнее Обновление 2017-05-07
Дата публикации 2017-05-07
Рейтинг 4.00/5 Всего 2 оценок
Разработчик https://ctxt.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ctxt.io
URL страницы помощи https://ctxt.io/faq
URL страницы политики конфиденциальности https://ctxt.io/privacy
Поддерживаемые языки 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
}