Notepad for Chrome

A very simple and syncable notepad 📑 for Chrome.

Notepad for Chrome क्या है?

Notepad for Chrome air द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A very simple and syncable notepad 📑 for Chrome."।

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

screenshot
screenshot
screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Pin the extension and add a note 📝 whenever you need.
3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing.
4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖

✨ Features ✨

1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices.
2. Can sync notes by default (and caret position, and scroll offsets.)
3. Customizable font and notepad size.

Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!                    

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

नाम Notepad for Chrome Notepad for Chrome
ID iehdbedeamjlmpmfgkemgciejcbdggln
आधिकारिक URL https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln
विवरण A very simple and syncable notepad 📑 for Chrome.
फ़ाइल का आकार 43.57 KB
स्थापना संख्या 99
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-03-31
प्रकाशन तिथि 2023-03-31
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर air
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad for Chrome",
    "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.",
    "version": "1.0.0",
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "downloads"
    ],
    "icons": {
        "128": "img\/128_icon.png",
        "48": "img\/48_icon.png",
        "16": "img\/16_icon.png"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_popup": "index.html",
        "default_title": "Click to start typing..."
    }
}