Online Notepad

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

Co je Online Notepad?

Online Notepad je rozšíření Chrome vyvinuté enzipe.extensions, a jeho hlavní funkcí je „Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Online Notepad

Stáhněte si soubory rozšíření Online Notepad ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Online Notepad Online Notepad
ID nddmocnmmmdebnngmdodekiojponoehj
Oficiální URL https://chrome.google.com/webstore/detail/online-notepad/nddmocnmmmdebnngmdodekiojponoehj
Popis Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.
Velikost souboru 62.17 KB
Počet instalací 70
Aktuální Verze 2.0
Poslední Aktualizace 2021-10-23
Datum Vydání 2021-10-23
Vývojář enzipe.extensions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.onlinenotepad.io/
URL Stránky Zásad Ochrany Soukromí https://www.paraphraser.io/privacy-policy
Podporované Jazyky 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"
    ]
}