NotesPlusPlus - A Free Notepad Extension

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

ما هو NotesPlusPlus - A Free Notepad Extension؟

NotesPlusPlus - A Free Notepad Extension هو إضافة Chrome تم تطويرها بواسطة www.grapecake.com، والميزة الرئيسية لها هي "A simple in browser notes application to keep track of what you need to do!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NotesPlusPlus - A Free Notepad Extension

قم بتنزيل ملفات الامتداد NotesPlusPlus - A Free Notepad Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم NotesPlusPlus - A Free Notepad Extension NotesPlusPlus - A Free Notepad Extension
ID mmgdpdodbmledhfldedhoechpchkdhda
عنوان URL الرسمي https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda
الوصف A simple in browser notes application to keep track of what you need to do!
حجم الملف 230 KB
عدد التثبيتات 28
النسخة الحالية 0.1.3
آخر تحديث 2019-05-05
تاريخ النشر 2019-05-05
تقييم 5.00/5 مجموع تقييمات 4
المطور www.grapecake.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://bowyer.co
عنوان صفحة سياسة الخصوصية https://grapecake.com/privacy-policy
اللغات المدعومة 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": []
}