Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

ما هو Easy Notes؟

Easy Notes هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy Notes

قم بتنزيل ملفات الامتداد Easy Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

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

الاسم Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
الوصف Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
حجم الملف 86.36 KB
عدد التثبيتات 2,105
النسخة الحالية 0.1.1
آخر تحديث 2017-01-07
تاريخ النشر 2017-01-06
تقييم 4.40/5 مجموع تقييمات 5
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}