Simple Notepad

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

Wat is Simple Notepad?

Simple Notepad is een Chrome-extensie ontwikkeld door ishootbw, en de belangrijkste functie is "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple Notepad

Download Simple Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
Officiële URL https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
Beschrijving Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Bestandsgrootte 11.21 KB
Aantal Installaties 49
Huidige Versie 1.2
Laatst Bijgewerkt 2018-07-14
Publicatiedatum 2018-07-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ishootbw
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}