Simple Quick Note
Simple extension for quick notes with a characters' counting feature
ما هو Simple Quick Note؟
Simple Quick Note هو إضافة Chrome تم تطويرها بواسطة Roman Grinyov، والميزة الرئيسية لها هي "Simple extension for quick notes with a characters' counting feature".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Quick Note
قم بتنزيل ملفات الامتداد Simple Quick Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
معلومات أساسية عن التمديد
الاسم | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
الوصف | Simple extension for quick notes with a characters' counting feature |
حجم الملف | 118 KB |
عدد التثبيتات | 647 |
النسخة الحالية | 1.3.12 |
آخر تحديث | 2023-11-20 |
تاريخ النشر | 2018-08-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Roman Grinyov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |