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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hlfidjnfgbdcpajldipflflmmenfnimc |
官方網址 | 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 } |