Sticky Notes
Sticky Notes - don't ever forget a thing
O que é Sticky Notes?
Sticky Notes é uma extensão do Chrome desenvolvida por mariosloan, e sua principal característica é "Sticky Notes - don't ever forget a thing".
Capturas de Tela da Extensão
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
Enjoy this interactive new-tab extension that enables you to log all your tasks using colorful sticky-notes that you can drag anywhere on the screen. These notes sync across all your browsers so you can start working on your pc and continue on your laptop. By installing this extension and its Search services you hereby accept its Privacy Policy and Terms of Use. The search features within this extension are provided by Microsoft Bing.
Informações Básicas da Extensão
Nome | Sticky Notes |
ID | hilefmojhkljioblglkdpaoddmheppkk |
URL Oficial | https://chromewebstore.google.com/detail/sticky-notes/hilefmojhkljioblglkdpaoddmheppkk |
Descrição | Sticky Notes - don't ever forget a thing |
Tamanho do Arquivo | 4.25 MB |
Contagem de Instalações | 102 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-12-28 |
Data de Publicação | 2022-12-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | mariosloan |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sticky-us.com/ |
URL da Página de Ajuda | https://sticky-us.com/#contact-us |
URL da Página de Política de Privacidade | https://sticky-us.com/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sticky Notes", "description": "Sticky Notes - don't ever forget a thing", "permissions": [ "storage" ], "icons": { "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "search.html" }, "background": { "service_worker": "background.js" }, "version": "1.0.1" } |