Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Secret Notes क्या है?

Secret Notes Nicholas Z. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly"।

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

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

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

                                            

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

नाम Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
आधिकारिक URL https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
विवरण Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
फ़ाइल का आकार 39.12 KB
स्थापना संख्या 173
वर्तमान संस्करण 2.0
अंतिम अपडेट 2018-01-18
प्रकाशन तिथि 2018-01-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nicholas Z.
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}