Pickle Notes

A place to take quick notes within the browser.

Cos'è Pickle Notes?

Pickle Notes è un'estensione di Chrome sviluppata da Youth Molecule, e la sua funzione principale è "A place to take quick notes within the browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pickle Notes

Scarica i file di estensione Pickle Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
URL Ufficiale https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
Descrizione A place to take quick notes within the browser.
Dimensione del File 59.33 KB
Conteggio Installazioni 68
Versione Corrente 1.2.3
Ultimo Aggiornamento 2022-06-27
Data di Pubblicazione 2020-03-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Youth Molecule
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}