nuTab
Capture your thoughts and save favorite pages in a new tab
ما هو nuTab؟
nuTab هو إضافة Chrome تم تطويرها بواسطة https://nutab.co، والميزة الرئيسية لها هي "Capture your thoughts and save favorite pages in a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nuTab
قم بتنزيل ملفات الامتداد nuTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
nuTab is the place for your notes, drafts and todos where you won't ever forget them.
📝 Rich text formatting
Use markdown, keyboard shortcuts or inline controls
🔒 Privacy
Your notes and favorite pages are saved only on your machine
📦 Export
Download a markdown export of your notes anytime
💚 Favorite links
Save sites you visit frequently or just don't want to forget
🌗 Dark and light mode
Switch between two beautiful themes
🚀 Blazing fast
Because you don't have time to wait for the new tab to load معلومات أساسية عن التمديد
| الاسم | |
| ID | hbflaeaeaoabekejplknlenmohgoaodj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
| الوصف | Capture your thoughts and save favorite pages in a new tab |
| حجم الملف | 709 KB |
| عدد التثبيتات | 1,917 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2023-10-03 |
| تاريخ النشر | 2020-05-13 |
| تقييم | 4.50/5 مجموع تقييمات 20 |
| المطور | https://nutab.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://nutab.co |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nuTab",
"description": "Capture your thoughts and save favorite pages in a new tab",
"version": "1.1.2",
"manifest_version": 2,
"icons": {
"128": "icons\/icon.png"
},
"permissions": [
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "nuTab",
"default_popup": "popup\/popup.html"
},
"chrome_url_overrides": {
"newtab": "tab\/tab.html"
}
} | |