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…
什麼是context-note?
context-note是由Jim Chan開發的Chrome擴展程式,該擴展的主要功能是“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…”。
擴展截圖
下載context-note擴展crx文件
下載context-note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | context-note |
ID | enmeffcefbiehghanidhebgiccljmncl |
官方網址 | https://chromewebstore.google.com/detail/context-note/enmeffcefbiehghanidhebgiccljmncl |
簡介 | 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… |
檔案大小 | 533 KB |
安裝次數 | 1,177 |
目前版本 | 1.3.10 |
更新時間 | 2022-05-19 |
上架時間 | 2021-09-24 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Jim Chan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/betterRunner/context-note |
說明頁面URL | https://github.com/betterRunner/context-note/issues |
支援的語言 | 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": [ " |