Tab Notes
Allow you to write anything in new tab
ما هو Tab Notes؟
Tab Notes هو إضافة Chrome تم تطويرها بواسطة https://blog.wildsky.cc، والميزة الرئيسية لها هي "Allow you to write anything in new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Notes
قم بتنزيل ملفات الامتداد Tab Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features:
* Easy-to-use: Just open new tab, and write down thoughts.
* Manage-less: There is only one note: your new tab.
* Auto-save: No worries about saving things when writing.
* Theme: Support light and dark theme.
* Lightweight and fast: Just try and enjoy it.
* Multi-notes
* Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes
---
This add-on is ported from Tab Notes on Firefox.
https://addons.mozilla.org/firefox/addon/tab-notes/ معلومات أساسية عن التمديد
| الاسم | |
| ID | obnnegakmgonaiplaobihpmcjhlceeic |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
| الوصف | Allow you to write anything in new tab |
| حجم الملف | 116 KB |
| عدد التثبيتات | 1,782 |
| النسخة الحالية | 3.2.0 |
| آخر تحديث | 2022-03-03 |
| تاريخ النشر | 2020-03-08 |
| تقييم | 5.00/5 مجموع تقييمات 7 |
| المطور | https://blog.wildsky.cc |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://readmoo.com/terms/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "54.0a1"
}
},
"icons": {
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"manifest_version": 2,
"name": "Tab Notes",
"version": "3.2.0",
"description": "Allow you to write anything in new tab",
"permissions": [
"storage",
"unlimitedStorage"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"browser_style": true,
"default_icon": "icons\/48.png",
"default_title": "Tab notes",
"default_popup": "newtab.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Y"
}
}
}
} | |