Online Notepad

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

Cos'è Online Notepad?

Online Notepad è un'estensione di Chrome sviluppata da enzipe.extensions, e la sua funzione principale è "Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Online Notepad

Scarica i file di estensione Online Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Online Notepad Online Notepad
ID nddmocnmmmdebnngmdodekiojponoehj
URL Ufficiale https://chrome.google.com/webstore/detail/online-notepad/nddmocnmmmdebnngmdodekiojponoehj
Descrizione Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.
Dimensione del File 62.17 KB
Conteggio Installazioni 70
Versione Corrente 2.0
Ultimo Aggiornamento 2021-10-23
Data di Pubblicazione 2021-10-23
Sviluppatore enzipe.extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.onlinenotepad.io/
URL della Pagina della Politica sulla Privacy https://www.paraphraser.io/privacy-policy
Lingue Supportate 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"
    ]
}