PlaceNoter

Turns browser's home page to a Note-Taking-App.

PlaceNoter क्या है?

PlaceNoter Jeet Mandaliya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns browser's home page to a Note-Taking-App."।

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

screenshot
screenshot
screenshot

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

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

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

                        Hey there fellow person,

This extension magically turns your browser's home page in to a note-taking machine. It also allows you to have sortable shortcuts to your favourite websites!

All the notes and shortcuts are stored offline on your computer. You can export/import data to/from a file. You and only you are in control of your data! Preview is here https://sereneinserenade.github.io/placenoter , all the data in the preview is non-persistent.

A peak to the palace of features this extension has to offer: 

Shortcuts 🔗: Sortable shortcuts to your websites.
Easy-to-use 🍰: Open new tab and start writing.
Auto-save 🔄: Never worry about saving your data, it does that automatically.
Theme 💻⚫️⚪️: Great support for system/light/dark theme, so you can work late in the night or midday without stressing your eyes!
Blocks ⠿ ⬆️ ⬇️ : Notion like draggable/movable blocks.
Secure 🔐: No data is sent to any server whatsoever, it always lies on your computer, and you can export it to a JSON file at will.
Recycle Bin ♻️: Notes that you deleted live in recycle bin unless deleted permanently.
Write code snippets in note and choose from ~35 different languages 🧑‍💻: Great for programmers/developers/coders!!
It's open-source and free ❤️! Visit https://github.com/sereneinserenade/placenoter for source-code. I and the open source community will much appreciate 🤩 if you ✨starred the repo on GitHub. 

Looking forward to your feedback!

Love,
Jeet Mandaliya(https://github.com/sereneinserenade)                    

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

नाम PlaceNoter PlaceNoter
ID jefjneinemilpncgcfdglggeheiaakfc
आधिकारिक URL https://chromewebstore.google.com/detail/placenoter/jefjneinemilpncgcfdglggeheiaakfc
विवरण Turns browser's home page to a Note-Taking-App.
फ़ाइल का आकार 416 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2022-11-15
प्रकाशन तिथि 2022-02-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Jeet Mandaliya
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sereneinserenade/placenoter/
सहायता पृष्ठ URL https://github.com/sereneinserenade/placenoter/blob/main/README.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.5",
    "name": "PlaceNoter",
    "description": "Turns browser's home page to a Note-Taking-App.",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}