MetaNote

Add notes to any page on the web

MetaNote क्या है?

MetaNote https://getmetanote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add notes to any page on the web"।

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

screenshot
screenshot

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

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

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

                        MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.

Click the extension icon to open a panel and start writing your notes. Come back later to collect them.                    

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

नाम MetaNote MetaNote
ID edppgeiopaemgpmmapllfeeeeekdolbl
आधिकारिक URL https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl
विवरण Add notes to any page on the web
फ़ाइल का आकार 167 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-03-01
प्रकाशन तिथि 2022-02-26
डेवलपर https://getmetanote.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getmetanote.com
सहायता पृष्ठ URL https://getmetanote.com/support
गोपनीयता नीति पृष्ठ URL https://www.impulsionlabs.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MetaNote",
    "description": "Add notes to any page on the web",
    "version": "1.0.1",
    "icons": {
        "128": "img\/icon-orange-128.png",
        "48": "img\/icon-orange-48.png",
        "16": "img\/icon-orange-16.png"
    },
    "action": [],
    "background": {
        "service_worker": "app\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}