Notepad Online

A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.

Notepad Online क्या है?

Notepad Online Brandon Fowler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notepad Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Notepad Online is a simple online notepad with support for rich text editing and multiple named notes.

Features:

- Synced or local notes
- Multiple named notes
- Upload and download notes from your computer (as HTML or plain text)
- Edit notes as HTML (rich text) or plain text
- View HTML notes in any browsers and plain text notes all any text editor
- Dark mode
- Editing toolbar (text decoration, text alignment, lists, indention, text and background color, links, horizontal lines, and more!)
- Auto save
- Popup mode and full page mode
- Unlimited note size (for local notes)
- Compressed synced notes (for higher capacity)                    

एक्सटेंशन की मूल जानकारी

नाम Notepad Online Notepad Online
ID hjabknmbgbnopipagjbmocghjodofkif
आधिकारिक URL https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif
विवरण A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
फ़ाइल का आकार 35.33 KB
स्थापना संख्या 10,643
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2024-01-21
प्रकाशन तिथि 2019-06-08
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Brandon Fowler
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad Online",
    "version": "2.0.2",
    "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "manifest_version": 3
}