Simple Notepad

Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.

Was ist Simple Notepad?

Simple Notepad ist eine Chrome-Erweiterung, die von ishootbw entwickelt wurde, und ihr Hauptmerkmal ist "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".

Erweiterungsscreenshots

screenshot

Simple Notepad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. 

- No unneeded stuff
- Saves up to 4 Tabs
- Fast and plain
- Nice dark theme
- converts your html text to plain                    

Grundlegende Informationen zur Erweiterung

Name Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
Offizielle URL https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
Beschreibung Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Dateigröße 11.21 KB
Installationsanzahl 49
Aktuelle Version 1.2
Letztes Update 2018-07-14
Veröffentlichungsdatum 2018-07-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ishootbw
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notepad",
    "version": "1.2",
    "author": "Ali Babi",
    "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "96": "icon96.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}