Note It - Notes & OCR

A feature-packed note-taking extension with OCR support.

Note It - Notes & OCR란 무엇입니까?

Note It - Notes & OCR은(는) Muhamet Smaili에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A feature-packed note-taking extension with OCR support."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Note It - Notes & OCR 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With our note-taking app, you can take notes, convert images to text, download notes to PDF. 
You’ll be able to stay organized with a beautiful minimalist design.

Main features:

- ✍ Take notes in rich formatting.
- 👀  Open the extension as a pop-up or re-sizable window.
- 📸 Take a screenshot of the active tab and:
    - ✂️ Copy the cropped image
    - 📜 Convert to text (OCR support)
    - ✔ Download the cropped image
- 💾 Save notes on your local machine
     - 🗃 Notes folder
     - ⭐ Make notes as favorite
- 📁 Download note in PDF format
- 🗄 Convert your images to text (this feature works only when the extension is in window mode)
  

This extension is open-source and does not store any user data on any server. All your data is on your local computer.

Please get in touch with us if you find any bugs or have any features or recommendations. The GitHub link is available on the home page.

Note It is a non-profit extension. We built and now maintain it during our free time, and we try our best to improve it and keep it up to date.                    

확장 프로그램 기본 정보

이름 Note It - Notes & OCR Note It - Notes & OCR
ID gkfjolpbhbinhoaehiejoglclongclld
공식 URL https://chromewebstore.google.com/detail/note-it-notes-ocr/gkfjolpbhbinhoaehiejoglclongclld
설명 A feature-packed note-taking extension with OCR support.
파일 크기 2.61 MB
설치 횟수 363
현재 버전 1.2.0
최근 업데이트 2023-02-21
출시 날짜 2022-08-09
평점 4.67/5 총 3 개의 평점
개발자 Muhamet Smaili
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MuhametSmaili/note-it
도움말 페이지 URL https://github.com/MuhametSmaili/note-it/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note It - Notes & OCR",
    "description": "A feature-packed note-taking extension with OCR support.",
    "author": "Muhamet Smaili",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icon\/16 x 16.png",
        "32": ".\/icon\/32 x 32.png",
        "48": ".\/icon\/48 x 48.png",
        "128": ".\/icon\/128 x 128.png"
    },
    "action": {
        "default_title": "NoteIt"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ".\/libraries\/worker.min.js",
                "frameContent.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}