Pickle Notes

A place to take quick notes within the browser.

Co je Pickle Notes?

Pickle Notes je rozšíření Chrome vyvinuté Youth Molecule, a jeho hlavní funkcí je „A place to take quick notes within the browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pickle Notes

Stáhněte si soubory rozšíření Pickle Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
Oficiální URL https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
Popis A place to take quick notes within the browser.
Velikost souboru 59.33 KB
Počet instalací 68
Aktuální Verze 1.2.3
Poslední Aktualizace 2022-06-27
Datum Vydání 2020-03-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Youth Molecule
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}