Context (ctxt.io)

Share whatever you see with others in seconds

Context (ctxt.io) là gì?

Context (ctxt.io) là một tiện ích mở rộng Chrome được phát triển bởi https://ctxt.io, và tính năng chính của nó là "Share whatever you see with others in seconds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Context (ctxt.io)

Tải xuống các tệp mở rộng Context (ctxt.io) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Context (ctxt.io) Context (ctxt.io)
ID hlfidjnfgbdcpajldipflflmmenfnimc
URL Chính Thức https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc
Mô tả Share whatever you see with others in seconds
Kích Thước Tệp 43.73 KB
Số Lần Cài Đặt 266
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-05-07
Ngày Phát Hành 2017-05-07
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ctxt.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ctxt.io
URL Trang Trợ Giúp https://ctxt.io/faq
URL Trang Chính Sách Bảo Mật https://ctxt.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}