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
Eメール [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
}