Simple Notepad

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

Cos'è Simple Notepad?

Simple Notepad è un'estensione di Chrome sviluppata da ishootbw, e la sua funzione principale è "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Notepad

Scarica i file di estensione Simple Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
URL Ufficiale https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
Descrizione Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Dimensione del File 11.21 KB
Conteggio Installazioni 49
Versione Corrente 1.2
Ultimo Aggiornamento 2018-07-14
Data di Pubblicazione 2018-07-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ishootbw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}