Minimal Notes

It's minimal. Test it.

Minimal Notes क्या है?

Minimal Notes Mojtaba Javan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's minimal. Test it."।

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

screenshot

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

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

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

                        It's a simple, free, open-source and offline note-taking extension.
It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once.

How does it work?
1. Select your text in a web page.
2. Right-click and select "Take note".
3. To see your notes, click the icon.
4. Copy if you want.

Changelog
- 1.0.3
  - Used context menu instead of keyboard shortcut
  - Fixed some minor bugs                    

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

नाम Minimal Notes Minimal Notes
ID hkfapjkjbdhfoeoomnmjmafpehckingh
आधिकारिक URL https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh
विवरण It's minimal. Test it.
फ़ाइल का आकार 12.95 KB
स्थापना संख्या 48
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2019-06-11
प्रकाशन तिथि 2019-06-11
डेवलपर Mojtaba Javan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mrmowji/minimal-notes
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Notes",
    "description": "It's minimal. Test it.",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}