Pickle Notes

A place to take quick notes within the browser.

O que é Pickle Notes?

Pickle Notes é uma extensão do Chrome desenvolvida por Youth Molecule, e sua principal característica é "A place to take quick notes within the browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pickle Notes

Baixe arquivos de extensão Pickle Notes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
URL Oficial https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
Descrição A place to take quick notes within the browser.
Tamanho do Arquivo 59.33 KB
Contagem de Instalações 68
Versão Atual 1.2.3
Última Atualização 2022-06-27
Data de Publicação 2020-03-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Youth Molecule
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}