NotesAlong: Advanced Web & PDF Highligher

A fun and effective new tool to highlight, organize, and share information.

NotesAlong: Advanced Web & PDF Highligher là gì?

NotesAlong: Advanced Web & PDF Highligher là một tiện ích mở rộng Chrome được phát triển bởi http://notesalong.com, và tính năng chính của nó là "A fun and effective new tool to highlight, organize, and share information.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NotesAlong: Advanced Web & PDF Highligher

Tải xuống các tệp mở rộng NotesAlong: Advanced Web & PDF Highligher 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

                        NotesAlong is fully free and perfect for students and anyone who is doing research of any kind.

Features:
* Highlight and annotate web pages and PDFs using six different colors
* Organize your information through collections, tags, colors, and reactions
* Share all highlights on a webpage through a single click
* Take detailed notes in addition to highlights using a rich text editor
* Advanced search features

An alternative to traditional notebook/note-taking apps such as Evernote, Google Keep and Microsoft OneNote.                    

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

Tên NotesAlong: Advanced Web & PDF Highligher NotesAlong: Advanced Web & PDF Highligher
ID egpbgcdjicaeknfhonheocaepjcabbjg
URL Chính Thức https://chrome.google.com/webstore/detail/notesalong-advanced-web-p/egpbgcdjicaeknfhonheocaepjcabbjg
Mô tả A fun and effective new tool to highlight, organize, and share information.
Kích Thước Tệp 6.48 MB
Số Lần Cài Đặt 6,687
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2020-06-30
Đánh Giá 4.50/5 Tổng số 125 Đánh Giá
Nhà Phát Triển http://notesalong.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://notesalong.com
URL Trang Trợ Giúp https://notesalong.com/contact
URL Trang Chính Sách Bảo Mật https://notesalong.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotesAlong: Advanced Web & PDF Highligher",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "A fun and effective new tool to highlight, organize, and share information.",
    "author": "https:\/\/notesalong.com",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png",
            "200": "assets\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo16.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "commands": {
        "load-assets": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Ctrl+Shift+1"
            },
            "description": "Initializes and loads highlights"
        },
        "create-highlight": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Ctrl+Shift+2"
            },
            "description": "Creates a highlight"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'sha256-Oxlk+WsHq8KBYW+rXNQek0H0bOxqKhv2\/IDKp5q\/1VA='",
    "background": {
        "scripts": [
            "apps\/background\/background_app.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "shared\/web_components\/*.*",
        "apps\/content_script\/content_script_app.js",
        "apps\/content_script\/main.css",
        "apps\/pdf\/*",
        "apps\/pdf\/web\/viewer.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.notesalong.com\/*",
            "*:\/\/lh3.googleusercontent.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "commands",
        "http:\/\/*\/*notesalong*",
        "https:\/\/*\/*notesalong*"
    ]
}