Quickie - Sticky Notes

Manage your notes easily with our new 'Quickie-Sticky Notes'.

O que é Quickie - Sticky Notes?

Quickie - Sticky Notes é uma extensão do Chrome desenvolvida por https://tutorialcodeplay.com, e sua principal característica é "Manage your notes easily with our new 'Quickie-Sticky Notes'.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quickie - Sticky Notes

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

                        This sticky notes is used to store your quick notes with chrome browser, this having some extra options than normal windows sticky notes.

Change font size
  We can change the font size

Change font style
  We can change the font style                    

Informações Básicas da Extensão

Nome Quickie - Sticky Notes Quickie - Sticky Notes
ID fagbkcmhagoigbbjccpglokfdklgicfg
URL Oficial https://chromewebstore.google.com/detail/quickie-sticky-notes/fagbkcmhagoigbbjccpglokfdklgicfg
Descrição Manage your notes easily with our new 'Quickie-Sticky Notes'.
Tamanho do Arquivo 841 KB
Contagem de Instalações 1,114
Versão Atual 1.2
Última Atualização 2020-02-29
Data de Publicação 2020-02-29
Classificação 4.07/5 Total de 14 Avaliações
Desenvolvedor https://tutorialcodeplay.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tutorialcodeplay.com
URL da Página de Ajuda https://tutorialcodeplay.com
URL da Página de Política de Privacidade https://htmlcodeplay.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickie - Sticky Notes",
    "description": "Manage your notes easily with our new 'Quickie-Sticky Notes'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128note.png",
        "default_popup": "HTMLEditor.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/www.allinworld99.blogspot.com",
    "short_name": "Sticky Notes",
    "icons": {
        "16": "128note.png",
        "48": "128note.png",
        "128": "128note.png"
    },
    "manifest_version": 2
}