EasyNotePad
Notepad that saves what you write
ما هو EasyNotePad؟
EasyNotePad هو إضافة Chrome تم تطويرها بواسطة Jeeth Suresh، والميزة الرئيسية لها هي "Notepad that saves what you write".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyNotePad
قم بتنزيل ملفات الامتداد EasyNotePad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
معلومات أساسية عن التمديد
الاسم | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
الوصف | Notepad that saves what you write |
حجم الملف | 45.13 KB |
عدد التثبيتات | 452 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-02-24 |
تاريخ النشر | 2014-02-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Jeeth Suresh |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |