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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://ctxt.io/faq
عنوان صفحة سياسة الخصوصية 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
}