Hack Pad

Note keeping extension similar to sticky notes.

O que é Hack Pad?

Hack Pad é uma extensão do Chrome desenvolvida por Jatin Varlyani, e sua principal característica é "Note keeping extension similar to sticky notes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hack Pad

Baixe arquivos de extensão Hack Pad 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

                        This is a simple note taking app which is editable and you can add the task you want to note it down or for later use. So, it's kind of a hack pad where you can take note of the important stuffs to help you to check it later.                    

Informações Básicas da Extensão

Nome Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL Oficial https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Descrição Note keeping extension similar to sticky notes.
Tamanho do Arquivo 172 KB
Contagem de Instalações 223
Versão Atual 1.0
Última Atualização 2019-01-11
Data de Publicação 2019-01-11
Desenvolvedor Jatin Varlyani
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Jatin-8898
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack Pad",
    "author": "Jatin Varlyani ",
    "description": "Note keeping extension similar to sticky notes.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hackpad-icon.png"
        },
        "default_title": "Hack Pad",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}