xNotes

An app to write notes on chrome new tab.

xNotes क्या है?

xNotes https://ahmadzakiy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An app to write notes on chrome new tab."।

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

screenshot
screenshot

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

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

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

                        An app to write notes on chrome new tab, with dark theme!                    

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

नाम xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
आधिकारिक URL https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
विवरण An app to write notes on chrome new tab.
फ़ाइल का आकार 584 KB
स्थापना संख्या 262
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2019-02-08
प्रकाशन तिथि 2019-02-08
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर https://ahmadzakiy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ahmadzakiy/xnotes
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}