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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Context (ctxt.io)
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } |