Context (ctxt.io)
Share whatever you see with others in seconds
Apa itu Context (ctxt.io)?
Context (ctxt.io) adalah ekstensi Chrome yang dikembangkan oleh https://ctxt.io, dan fitur utamanya adalah "Share whatever you see with others in seconds".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Context (ctxt.io)
Unduh file ekstensi Context (ctxt.io) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hlfidjnfgbdcpajldipflflmmenfnimc |
URL Resmi | https://chromewebstore.google.com/detail/context-ctxtio/hlfidjnfgbdcpajldipflflmmenfnimc |
Deskripsi | Share whatever you see with others in seconds |
Ukuran File | 43.73 KB |
Jumlah Instalasi | 266 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2017-05-07 |
Tanggal Publikasi | 2017-05-07 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | https://ctxt.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ctxt.io |
URL Halaman Bantuan | https://ctxt.io/faq |
URL Halaman Kebijakan Privasi | https://ctxt.io/privacy |
Bahasa yang Didukung | 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 } |