Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

ما هو Notepad Extension؟

Notepad Extension هو إضافة Chrome تم تطويرها بواسطة jakesap، والميزة الرئيسية لها هي "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".

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

screenshot

تحميل ملف CRX للإضافة Notepad Extension

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

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

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

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

الاسم Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
عنوان URL الرسمي https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
الوصف Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
حجم الملف 67.69 KB
عدد التثبيتات 79
النسخة الحالية 1.0.2
آخر تحديث 2023-08-27
تاريخ النشر 2023-05-06
المطور jakesap
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jakesap/notepad-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}