Mini Sticky Notes

Helps to quickly take a note of anything, anytime.

O que é Mini Sticky Notes?

Mini Sticky Notes é uma extensão do Chrome desenvolvida por Jenis Patel, e sua principal característica é "Helps to quickly take a note of anything, anytime.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mini Sticky Notes

Baixe arquivos de extensão Mini Sticky 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

                        Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there.

It is just a board for you where you can add your daily important points that need to be focused on.

RECENT UPDATES:

** Latest Release 1.3.2 (March 2018) **

1. Minor UI changes.

** Update 1.3.1 (March 2018) **

1. Support for auto saving has been added.                    

Informações Básicas da Extensão

Nome Mini Sticky Notes Mini Sticky Notes
ID ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
URL Oficial https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
Descrição Helps to quickly take a note of anything, anytime.
Tamanho do Arquivo 39.92 KB
Contagem de Instalações 13,310
Versão Atual 1.3.2
Última Atualização 2018-03-12
Data de Publicação 2018-03-12
Classificação 4.67/5 Total de 24 Avaliações
Desenvolvedor Jenis Patel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini Sticky Notes",
    "description": "Helps to quickly take a note of anything, anytime.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Mini Sticky Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/custom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}