NotesAlong: Advanced Web & PDF Highligher

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

NotesAlong: Advanced Web & PDF Highligher란 무엇입니까?

NotesAlong: Advanced Web & PDF Highligher은(는) http://notesalong.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun and effective new tool to highlight, organize, and share information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NotesAlong: Advanced Web & PDF Highligher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NotesAlong: Advanced Web & PDF Highligher NotesAlong: Advanced Web & PDF Highligher
ID egpbgcdjicaeknfhonheocaepjcabbjg
공식 URL https://chrome.google.com/webstore/detail/notesalong-advanced-web-p/egpbgcdjicaeknfhonheocaepjcabbjg
설명 A fun and effective new tool to highlight, organize, and share information.
파일 크기 6.48 MB
설치 횟수 6,687
현재 버전 1.3.0
최근 업데이트 2021-05-25
출시 날짜 2020-06-30
평점 4.50/5 총 125 개의 평점
개발자 http://notesalong.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://notesalong.com
도움말 페이지 URL https://notesalong.com/contact
개인정보 보호 정책 페이지 URL https://notesalong.com/privacy
지원되는 언어 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*"
    ]
}