Simple Notepad

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

Apa itu Simple Notepad?

Simple Notepad adalah ekstensi Chrome yang dikembangkan oleh ishootbw, dan fitur utamanya adalah "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Notepad

Unduh file ekstensi Simple Notepad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Simple Notepad Simple Notepad
ID nldebakbjbmjaikgkbpladlpjlefomap
URL Resmi https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap
Deskripsi Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Ukuran File 11.21 KB
Jumlah Instalasi 49
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-07-14
Tanggal Publikasi 2018-07-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ishootbw
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}