Easy Notes Maker

Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…

ما هو Easy Notes Maker؟

Easy Notes Maker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

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

screenshot
screenshot

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

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

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

                        Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste again and again? Here's the solution to your problem!

Through this extension you can select the text that you find note-worthy and it will be AUTOMATICALLY saved in a text file. Once you are done with saving all the important text, you can click the download button to save that file in your computer.

All your noted text is saved even if you change/refresh tabs, so browse and study freely!

NOTE: If the extension doesn't work, try turning off extensions like "AdBlocker" for that website.                    

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

الاسم Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
الوصف Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
حجم الملف 119 KB
عدد التثبيتات 51
النسخة الحالية 1.0.0
آخر تحديث 2022-01-27
تاريخ النشر 2022-01-26
تقييم 5.00/5 مجموع تقييمات 4
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes Maker",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "East.png",
        "48": "East.png",
        "128": "East.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "working.js"
            ]
        }
    ]
}