Pickle Notes

A place to take quick notes within the browser.

What is Pickle Notes?

Pickle Notes is a Chrome extension developed by Youth Molecule, and its main feature is "A place to take quick notes within the browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pickle Notes Extension CRX File

Download Pickle Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
Official URL https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
Description A place to take quick notes within the browser.
File Size 59.33 KB
Installation Count 68
Current Version 1.2.3
Last Updated 2022-06-27
Publish Date 2020-03-21
Rating 5.00/5 Total 1 Ratings
Developer Youth Molecule
Email [email protected]
Payment Type free
Supported Languages 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
}