Context (ctxt.io)

Share whatever you see with others in seconds

什么是Context (ctxt.io)?

Context (ctxt.io)是由https://ctxt.io开发的Chrome扩展程序,该扩展的主要功能是“Share whatever you see with others in seconds”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Context (ctxt.io)扩展crx文件

下载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
}