NotesPlusPlus - A Free Notepad Extension

A simple in browser notes application to keep track of what you need to do!

Apa itu NotesPlusPlus - A Free Notepad Extension?

NotesPlusPlus - A Free Notepad Extension adalah ekstensi Chrome yang dikembangkan oleh www.grapecake.com, dan fitur utamanya adalah "A simple in browser notes application to keep track of what you need to do!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NotesPlusPlus - A Free Notepad Extension

Unduh file ekstensi NotesPlusPlus - A Free Notepad Extension 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

                        Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus!

- Three new themes added.
- Notes are stored within browser cache.
- version 0.1.0 out now

https://bowyer.co                    

Informasi Dasar Ekstensi

Nama NotesPlusPlus - A Free Notepad Extension NotesPlusPlus - A Free Notepad Extension
ID mmgdpdodbmledhfldedhoechpchkdhda
URL Resmi https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda
Deskripsi A simple in browser notes application to keep track of what you need to do!
Ukuran File 230 KB
Jumlah Instalasi 28
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2019-05-05
Tanggal Publikasi 2019-05-05
Penilaian 5.00/5 Total 4 Penilaian
Pengembang www.grapecake.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bowyer.co
URL Halaman Kebijakan Privasi https://grapecake.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NotesPlusPlus - A Free Notepad Extension",
    "short_name": "Notes++",
    "description": "A simple in browser notes application to keep track of what you need to do!",
    "version": "0.1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": []
}