MetaNote
Add notes to any page on the web
ما هو MetaNote؟
MetaNote هو إضافة Chrome تم تطويرها بواسطة https://getmetanote.com، والميزة الرئيسية لها هي "Add notes to any page on the web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MetaNote
قم بتنزيل ملفات الامتداد MetaNote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.
Click the extension icon to open a panel and start writing your notes. Come back later to collect them. معلومات أساسية عن التمديد
| الاسم | |
| ID | edppgeiopaemgpmmapllfeeeeekdolbl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
| الوصف | Add notes to any page on the web |
| حجم الملف | 167 KB |
| عدد التثبيتات | 31 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2022-03-01 |
| تاريخ النشر | 2022-02-26 |
| المطور | https://getmetanote.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://getmetanote.com |
| عنوان صفحة المساعدة | https://getmetanote.com/support |
| عنوان صفحة سياسة الخصوصية | https://www.impulsionlabs.com/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MetaNote",
"description": "Add notes to any page on the web",
"version": "1.0.1",
"icons": {
"128": "img\/icon-orange-128.png",
"48": "img\/icon-orange-48.png",
"16": "img\/icon-orange-16.png"
},
"action": [],
"background": {
"service_worker": "app\/background.js"
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |