Online Notepad

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

Vad är Online Notepad?

Online Notepad är en Chrome-tillägg utvecklad av enzipe.extensions, och dess huvudfunktion är "Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Online Notepad-förlängningens CRX-fil

Ladda ner Online Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Online Notepad Online Notepad
ID nddmocnmmmdebnngmdodekiojponoehj
Officiell webbadress https://chrome.google.com/webstore/detail/online-notepad/nddmocnmmmdebnngmdodekiojponoehj
Beskrivning Notepad Online is an easy online notepad. With capabilities like upload/download, synced and local notes.
Filstorlek 62.17 KB
Antal Installationer 70
Aktuell Version 2.0
Senast Uppdaterad 2021-10-23
Publiceringsdatum 2021-10-23
Utvecklare enzipe.extensions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.onlinenotepad.io/
URL till Sekretesspolicy Sidan https://www.paraphraser.io/privacy-policy
Stödda Språk 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"
    ]
}