Browser Notes
Take and save notes, which change depending on the page you're viewing.
ما هو Browser Notes؟
Browser Notes هو إضافة Chrome تم تطويرها بواسطة ppopsacul، والميزة الرئيسية لها هي "Take and save notes, which change depending on the page you're viewing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Browser Notes
قم بتنزيل ملفات الامتداد Browser Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | mdmpjhpjbiglieliboipdlededkhhikp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp |
الوصف | Take and save notes, which change depending on the page you're viewing. |
حجم الملف | 32.68 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-12-01 |
تاريخ النشر | 2013-12-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ppopsacul |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes", "version": "1.1", "description": "Take and save notes, which change depending on the page you're viewing.", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Click to take notes", "default_popup": "popup.html" } } |