Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
O que é Secret Notes?
Secret Notes é uma extensão do Chrome desenvolvida por Nicholas Z., e sua principal característica é "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".
Baixar o arquivo CRX da Extensão Secret Notes
Baixe arquivos de extensão Secret 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
Informações Básicas da Extensão
Nome | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
URL Oficial | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
Descrição | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
Tamanho do Arquivo | 39.12 KB |
Contagem de Instalações | 173 |
Versão Atual | 2.0 |
Última Atualização | 2018-01-18 |
Data de Publicação | 2018-01-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Nicholas Z. |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |