Simple Notepad

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

Hvad er Simple Notepad?

Simple Notepad er en Chrome-udvidelse udviklet af ishootbw, og dens hovedfunktion er "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".

Udvidelsesskærmbilleder

screenshot

Download Simple Notepad-udvidelses-CRX-fil

Download Simple 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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
Officiel URL https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
Beskrivelse Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Filstørrelse 11.21 KB
Antal Installationer 49
Nuværende Version 1.2
Senest Opdateret 2018-07-14
Udgivelsesdato 2018-07-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ishootbw
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}