Sticky Notes
Sticky Notes for your Chrome.
O que é Sticky Notes?
Sticky Notes é uma extensão do Chrome desenvolvida por Digi Developers, e sua principal característica é "Sticky Notes for your Chrome.".
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
Sticky Notes for Chrome. Organize all of the work with sticky notes and get things done. • 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 This Extension is brought to you by PaintballFuzz.com
Informações Básicas da Extensão
Nome | Sticky Notes |
ID | ljmleabfckkeibbkniakljkabcchbfmc |
URL Oficial | https://chromewebstore.google.com/detail/sticky-notes/ljmleabfckkeibbkniakljkabcchbfmc |
Descrição | Sticky Notes for your Chrome. |
Tamanho do Arquivo | 158 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2022-01-18 |
Data de Publicação | 2022-01-17 |
Desenvolvedor | Digi Developers |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://paintballfuzz.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Sticky Notes for your Chrome.", "manifest_version": 2, "name": "Sticky Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |