Pickle Notes

A place to take quick notes within the browser.

Pickle Notes क्या है?

Pickle Notes Youth Molecule द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A place to take quick notes within the browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pickle notes is an extension which allows users to take notes within the web browser.

Pickle Notes makes it quick and easy to take, read, and manage notes.

Please review and email any feedback to [email protected].                    

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

नाम Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
आधिकारिक URL https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
विवरण A place to take quick notes within the browser.
फ़ाइल का आकार 59.33 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2022-06-27
प्रकाशन तिथि 2020-03-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Youth Molecule
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pickle Notes",
    "version": "1.2.3",
    "description": "A place to take quick notes within the browser.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/notes_logo16.png",
            "32": "images\/notes_logo32.png",
            "48": "images\/notes_logo48.png",
            "128": "images\/notes_logo128.png"
        }
    },
    "icons": {
        "16": "images\/notes_logo16.png",
        "32": "images\/notes_logo32.png",
        "48": "images\/notes_logo48.png",
        "128": "images\/notes_logo128.png"
    },
    "manifest_version": 2
}