Notepad Extension
Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
O que é Notepad Extension?
Notepad Extension é uma extensão do Chrome desenvolvida por jakesap, e sua principal característica é "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notepad Extension
Baixe arquivos de extensão Notepad Extension 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
Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows. Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.
Informações Básicas da Extensão
Nome | Notepad Extension |
ID | llalomgpmhbiehnimkkbclmkgobillba |
URL Oficial | https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba |
Descrição | Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows. |
Tamanho do Arquivo | 67.69 KB |
Contagem de Instalações | 79 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-08-27 |
Data de Publicação | 2023-05-06 |
Desenvolvedor | jakesap |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jakesap/notepad-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad Extension", "version": "1.0.2", "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage" ], "action": { "default_title": "Notepad Extension", "default_icon": "logo.png", "default_popup": "index.html" } } |