Notepad

A simple yet powerful notepad with HTML5 support and more

O que é Notepad?

Notepad é uma extensão do Chrome desenvolvida por InBasic, e sua principal característica é "A simple yet powerful notepad with HTML5 support and more".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Notepad

Baixe arquivos de extensão 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

                        This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button.

Features:
  * Automatically save notes
  * Supports notebooks
  * Supports exporting text from webpages to all notepads
  * Uses local storage and works completely offline
  * Supports common formatting options                    

Informações Básicas da Extensão

Nome Notepad Notepad
ID hchcbafooaphheofgpijpfgklcmmmpff
URL Oficial https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff
Descrição A simple yet powerful notepad with HTML5 support and more
Tamanho do Arquivo 671 KB
Contagem de Instalações 11,203
Versão Atual 0.2.0.1
Última Atualização 2022-12-22
Data de Publicação 2018-03-01
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor InBasic
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webextension.org/listing/notepad.html
URL da Página de Ajuda https://webextension.org/listing/notepad.html
URL da Página de Política de Privacidade https://add0n.com/policies/inb.cor.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0.1",
    "name": "Notepad",
    "description": "A simple yet powerful notepad with HTML5 support and more",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}