ExactNote

ExactNote is designed to create, view, and organize annotations on web pages and pdf documents.

ExactNote là gì?

ExactNote là một tiện ích mở rộng Chrome được phát triển bởi https://exactnote.com, và tính năng chính của nó là "ExactNote is designed to create, view, and organize annotations on web pages and pdf documents.".

Ả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 ExactNote

Tải xuống các tệp mở rộng ExactNote 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

                        ExactNote is designed to create, view, and organize annotations on web pages and pdf documents. After text is highlighted, short notes can be added. Afterwards, these notes can be viewed by anyone on that web page who has access to the created annotation. Furthermore, these annotations can be organized and shared from the ExactNote website.                    

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

Tên ExactNote ExactNote
ID nkgahlpojenkmckneoemmioojaagdajj
URL Chính Thức https://chromewebstore.google.com/detail/exactnote/nkgahlpojenkmckneoemmioojaagdajj
Mô tả ExactNote is designed to create, view, and organize annotations on web pages and pdf documents.
Kích Thước Tệp 4.93 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2023-12-09
Ngày Phát Hành 2020-07-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://exactnote.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.exactnote.com
URL Trang Trợ Giúp https://www.exactnote.com/faq
URL Trang Chính Sách Bảo Mật https://www.exactnote.com/policy/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExactNote",
    "version": "1.6.0",
    "description": "ExactNote is designed to create, view, and organize annotations on web pages and pdf documents.",
    "manifest_version": 3,
    "permissions": [
        "geolocation",
        "activeTab",
        "tabs",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/images\/icon-16x16.png",
        "24": "assets\/images\/icon-24x24.png",
        "32": "assets\/images\/icon-32x32.png",
        "48": "assets\/images\/icon-48x48.png",
        "64": "assets\/images\/icon-64x64.png",
        "128": "assets\/images\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js",
                "runtime.js",
                "vendor.js"
            ],
            "css": [
                "assets\/styles\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon-16x16.png",
            "24": "assets\/images\/icon-24x24.png",
            "32": "assets\/images\/icon-32x32.png",
            "48": "assets\/images\/icon-48x48.png",
            "64": "assets\/images\/icon-64x64.png",
            "128": "assets\/images\/icon-128x128.png"
        },
        "default_title": "ExactNote",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "*.html",
                "index.html?page=comments",
                "index.html?page=input",
                "index.html?page=create-notepad",
                "index.html?page=sidebar",
                "index.html?page=privacy-prompt",
                "index.html?page=web-picture-annotation"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}