context-note
This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to…
Cos'è context-note?
context-note è un'estensione di Chrome sviluppata da Jim Chan, e la sua funzione principale è "This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione context-note
Scarica i file di estensione context-note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to manage the websites link that are important. However, in some specific scenes such as reading an article or browsing some key information, we also need to mark down the specific sentence and its context. When reviewing these notes, we can simply jump back to that sentence rather than reading the whole page again, where this extension is to extract the text and location information of these notes.
Informazioni di Base sull'Estensione
Nome | context-note |
ID | enmeffcefbiehghanidhebgiccljmncl |
URL Ufficiale | https://chromewebstore.google.com/detail/context-note/enmeffcefbiehghanidhebgiccljmncl |
Descrizione | This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to… |
Dimensione del File | 533 KB |
Conteggio Installazioni | 1,177 |
Versione Corrente | 1.3.10 |
Ultimo Aggiornamento | 2022-05-19 |
Data di Pubblicazione | 2021-09-24 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Jim Chan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/betterRunner/context-note |
URL della Pagina di Aiuto | https://github.com/betterRunner/context-note/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "context-note", "version": "1.3.10", "manifest_version": 3, "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Context Note" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |