Note It - Notes & OCR

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

Note It - Notes & OCR क्या है?

Note It - Notes & OCR Muhamet Smaili द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A feature-packed note-taking extension with OCR support."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Note It - Notes & OCR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}