Simple Notepad
Very simple notepad. Synchronize between the same accounts.
O que é Simple Notepad?
Simple Notepad é uma extensão do Chrome desenvolvida por mountaindull, e sua principal característica é "Very simple notepad. Synchronize between the same accounts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Notepad
Baixe arquivos de extensão Simple Notepad 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
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
Informações Básicas da Extensão
Nome | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
URL Oficial | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Descrição | Very simple notepad. Synchronize between the same accounts. |
Tamanho do Arquivo | 51.86 KB |
Contagem de Instalações | 174 |
Versão Atual | 1.6.5 |
Última Atualização | 2023-08-25 |
Data de Publicação | 2022-01-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | mountaindull |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Keinsleif/Simple_Notepad |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |