Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

O que é Sticky Notes?

Sticky Notes é uma extensão do Chrome desenvolvida por Divin Divakaran, e sua principal característica é "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sticky Notes

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

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

Informações Básicas da Extensão

Nome Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
URL Oficial https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Descrição Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Tamanho do Arquivo 158 KB
Contagem de Instalações 1,000
Versão Atual 1.0
Última Atualização 2018-12-18
Data de Publicação 2018-12-18
Classificação 2.67/5 Total de 6 Avaliações
Desenvolvedor Divin Divakaran
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.divindivakaran.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}