Notepad
A simple yet powerful notepad with HTML5 support and more
ما هو Notepad؟
Notepad هو إضافة Chrome تم تطويرها بواسطة InBasic، والميزة الرئيسية لها هي "A simple yet powerful notepad with HTML5 support and more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notepad
قم بتنزيل ملفات الامتداد Notepad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button. Features: * Automatically save notes * Supports notebooks * Supports exporting text from webpages to all notepads * Uses local storage and works completely offline * Supports common formatting options
معلومات أساسية عن التمديد
الاسم | Notepad |
ID | hchcbafooaphheofgpijpfgklcmmmpff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff |
الوصف | A simple yet powerful notepad with HTML5 support and more |
حجم الملف | 671 KB |
عدد التثبيتات | 11,203 |
النسخة الحالية | 0.2.0.1 |
آخر تحديث | 2022-12-22 |
تاريخ النشر | 2018-03-01 |
تقييم | 3.63/5 مجموع تقييمات 8 |
المطور | InBasic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://webextension.org/listing/notepad.html |
عنوان صفحة المساعدة | https://webextension.org/listing/notepad.html |
عنوان صفحة سياسة الخصوصية | https://add0n.com/policies/inb.cor.txt |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0.1", "name": "Notepad", "description": "A simple yet powerful notepad with HTML5 support and more", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html", "action": [], "background": { "service_worker": "worker.js" }, "options_ui": { "page": "data\/options\/index.html" } } |