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 là gì?

context-note là một tiện ích mở rộng Chrome được phát triển bởi Jim Chan, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng context-note

Tải xuống các tệp mở rộng context-note dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên context-note context-note
ID enmeffcefbiehghanidhebgiccljmncl
URL Chính Thức https://chromewebstore.google.com/detail/context-note/enmeffcefbiehghanidhebgiccljmncl
Mô tả 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…
Kích Thước Tệp 533 KB
Số Lần Cài Đặt 1,177
Phiên Bản Hiện Tại 1.3.10
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2021-09-24
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jim Chan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/betterRunner/context-note
URL Trang Trợ Giúp https://github.com/betterRunner/context-note/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/main.css",
                "content-scripts\/main.44bddb14.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "resources": [
                "\/assets\/element-icons.9c88a535.woff",
                "\/assets\/element-icons.de5eb258.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "storage"
    ]
}