Notepad

A simple yet powerful notepad with HTML5 support and more

Hvad er Notepad?

Notepad er en Chrome-udvidelse udviklet af InBasic, og dens hovedfunktion er "A simple yet powerful notepad with HTML5 support and more".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Notepad-udvidelses-CRX-fil

Download Notepad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Notepad Notepad
ID hchcbafooaphheofgpijpfgklcmmmpff
Officiel URL https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff
Beskrivelse A simple yet powerful notepad with HTML5 support and more
Filstørrelse 671 KB
Antal Installationer 11,203
Nuværende Version 0.2.0.1
Senest Opdateret 2022-12-22
Udgivelsesdato 2018-03-01
Bedømmelse 3.63/5 Samlet 8 Bedømmelser
Udvikler InBasic
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://webextension.org/listing/notepad.html
Hjælpeside-URL https://webextension.org/listing/notepad.html
URL til Fortrolighedspolitik Side https://add0n.com/policies/inb.cor.txt
Understøttede Sprog 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"
    }
}