Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
ما هو Browser Notes & Reminders؟
Browser Notes & Reminders هو إضافة Chrome تم تطويرها بواسطة ZhivoTech، والميزة الرئيسية لها هي "A simple extension which allows you to manage notes in the new tab window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Browser Notes & Reminders
قم بتنزيل ملفات الامتداد Browser Notes & Reminders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
معلومات أساسية عن التمديد
الاسم | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
الوصف | A simple extension which allows you to manage notes in the new tab window |
حجم الملف | 947 KB |
عدد التثبيتات | 196 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-11-30 |
تاريخ النشر | 2019-11-29 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | ZhivoTech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.meowplayground.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |