NotePad
Quick & Easy NotePad. Save Notes & Inserts.
ما هو NotePad؟
NotePad هو إضافة Chrome تم تطويرها بواسطة searchpuzzle38، والميزة الرئيسية لها هي "Quick & Easy NotePad. Save Notes & Inserts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NotePad
قم بتنزيل ملفات الامتداد NotePad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.
Uses the rich text editor: Quill.js. معلومات أساسية عن التمديد
| الاسم | |
| ID | copnemeigdkilohdclohjokgbjeehkhd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
| الوصف | Quick & Easy NotePad. Save Notes & Inserts. |
| حجم الملف | 564 KB |
| عدد التثبيتات | 69 |
| النسخة الحالية | 13 |
| آخر تحديث | 2022-04-07 |
| تاريخ النشر | 2020-04-02 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | searchpuzzle38 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NotePad",
"version": "13",
"description": "Quick & Easy NotePad. Save Notes & Inserts.",
"permissions": [
"storage"
],
"icons": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
},
"action": {
"default_title": "NotePad",
"default_popup": "index.html",
"default_icon": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
},
"manifest_version": 3
} | |