Simple Notepad

Very simple notepad. Synchronize between the same accounts.

ما هو Simple Notepad؟

Simple Notepad هو إضافة Chrome تم تطويرها بواسطة mountaindull، والميزة الرئيسية لها هي "Very simple notepad. Synchronize between the same accounts.".

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

screenshot
screenshot

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

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

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

                        Add a very simple notepad that allows you to switch between multiple notes in your browser.
You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved.
You can change the size of the memo field and the width of the TAB from "Settings".                    

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

الاسم Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
الوصف Very simple notepad. Synchronize between the same accounts.
حجم الملف 51.86 KB
عدد التثبيتات 174
النسخة الحالية 1.6.5
آخر تحديث 2023-08-25
تاريخ النشر 2022-01-10
تقييم 5.00/5 مجموع تقييمات 1
المطور mountaindull
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Keinsleif/Simple_Notepad
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.6.5",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}