Online Notepad

Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.

What is Online Notepad?

Online Notepad is a Chrome extension developed by enzipe.extensions, and its main feature is "Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Online Notepad Extension CRX File

Download Online Notepad 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

                        A remedy for all your text editing problems.
Online notepad is a chrome extension of your plain text editor or edit pad that assists you in real-time. 
Now notes taking and editing becomes easy whether for your office or class. A click-to-go tool that contains all the features of a typical word processing software. Now you don’t need to carry bulky papers or install heavy word processors; our tool reduces your efforts to provide you the best solution.
Several reasons why to use this extension.
1.	Free of cost:
There isn’t any premium plan that you may have seen with other tools and widgets. Ours is a free and inexpensive tool that you can use without any subscription.
2.	Simple interface:
A very simple interface that doesn’t confuse you while using this tool. It’s a hands-on tool that is designed to give you a simple way to write your text. A blank screen triggers you to get started without any distraction.
3.	Pop-up window option:
Now you can do multi-tasking with this tool. You can use a pop-up window to side by side with other tasks. For example, you can watch any lecture video, documentary, or whatever your preference is and simultaneously add the key points into the notepad.                    

Extension Basic Information

Name Online Notepad Online Notepad
ID nddmocnmmmdebnngmdodekiojponoehj
Official URL https://chrome.google.com/webstore/detail/online-notepad/nddmocnmmmdebnngmdodekiojponoehj
Description Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.
File Size 62.17 KB
Installation Count 70
Current Version 2.0
Last Updated 2021-10-23
Publish Date 2021-10-23
Developer enzipe.extensions
Email [email protected]
Payment Type free
Extension Website https://www.onlinenotepad.io/
Privacy Policy Page URL https://www.paraphraser.io/privacy-policy
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "contentscript.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo-48.png",
        "default_popup": "main.html",
        "default_title": "Online Notepad"
    },
    "content_scripts": [
        {
            "css": [
                "style.css",
                "rich-text-editor.css"
            ],
            "js": [
                "functions.js",
                "jquery.js",
                "include.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Notepad Online is an easy online notepad. With capabilities like upload\/download, synced and local notes.",
    "homepage_url": "https:\/\/www.onlinenotepad.io\/",
    "icons": {
        "128": "icons\/logo-128.png",
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoehZCLzi6PcIytCUwgip86+7HRETZ8EL3TOF4HueXbtdOqq2\/kRujbvds5yBmcWYIkKWVUkgg2YFTSUYyZ6XnGTXekrrSE2Gdt1d3qLAKw8rSRzeO0Ax3DOXFpNlhK8cg4DVv\/U8cD7dRQOmV3wJ6RcMlvw4ISkKFKG00XKbOkcL4y6X5jOldqZhExVYtDx\/nj0jYVqwbi9OYJYbgBRxugiQi2IBpeTXMZ+wuOo9TKKI79UFiq9U1WOQSwTUjdLTQF0mcP7hx6R\/Et3ESDH4CY0FPZ11Ab3ktZkFDSRKDWmP7wmvjZhTRFHxOpZciExf9TwRz5Kh9oBGX+m78JQWyQIDAQAB",
    "manifest_version": 2,
    "name": "Online Notepad",
    "permissions": [
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "icons\/logo-48.png"
    ]
}