Online Notepad

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

¿Qué es Online Notepad?

Online Notepad es una extensión de Chrome desarrollada por enzipe.extensions, y su función principal es "Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Online Notepad

Descarga archivos de extensión Online Notepad en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Online Notepad Online Notepad
ID nddmocnmmmdebnngmdodekiojponoehj
URL Oficial https://chrome.google.com/webstore/detail/online-notepad/nddmocnmmmdebnngmdodekiojponoehj
Descripción Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.
Tamaño del Archivo 62.17 KB
Cantidad de Instalaciones 70
Versión Actual 2.0
Última Actualización 2021-10-23
Fecha de Publicación 2021-10-23
Desarrollador enzipe.extensions
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.onlinenotepad.io/
URL de la Página de Política de Privacidad https://www.paraphraser.io/privacy-policy
Idiomas Soportados 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"
    ]
}