Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

What is Easy Note?

Easy Note is a Chrome extension developed by ozanerturk17, and its main feature is "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".

Extension Screenshots

screenshot

Download Easy Note Extension CRX File

Download Easy Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Extension Basic Information

Name Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
Official URL https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Description Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
File Size 222 KB
Installation Count 33
Current Version 1.3.1
Last Updated 2024-02-27
Publish Date 2021-03-10
Rating 4.00/5 Total 4 Ratings
Developer ozanerturk17
Email [email protected]
Payment Type free
Extension Website https://github.com/ozanerturk/easy-note-chrome-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}