Tiny notes
Create your tiny notes without leaving current tab
ما هو Tiny notes؟
Tiny notes هو إضافة Chrome تم تطويرها بواسطة taras.d، والميزة الرئيسية لها هي "Create your tiny notes without leaving current tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tiny notes
قم بتنزيل ملفات الامتداد Tiny notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Tiny notes |
ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
الوصف | Create your tiny notes without leaving current tab |
حجم الملف | 38.17 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-02-20 |
تاريخ النشر | 2017-02-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | taras.d |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny notes", "version": "1.0.3", "description": "Create your tiny notes without leaving current tab", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tiny notes", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" } } } |