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…
Co to jest context-note?
context-note to rozszerzenie Chrome opracowane przez Jim Chan, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia context-note
Pobierz pliki rozszerzeń context-note w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | context-note |
ID | enmeffcefbiehghanidhebgiccljmncl |
Oficjalny URL | https://chromewebstore.google.com/detail/context-note/enmeffcefbiehghanidhebgiccljmncl |
Opis | 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… |
Rozmiar pliku | 533 KB |
Liczba instalacji | 1,177 |
Aktualna Wersja | 1.3.10 |
Ostatnia Aktualizacja | 2022-05-19 |
Data Publikacji | 2021-09-24 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | Jim Chan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/betterRunner/context-note |
Adres URL Strony Pomocy | https://github.com/betterRunner/context-note/issues |
Obsługiwane Języki | 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": [ " |