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 } |