Elegant Startage | New Tab
An elegant and powerful startpage.
ما هو Elegant Startage | New Tab؟
Elegant Startage | New Tab هو إضافة Chrome تم تطويرها بواسطة thomaidistheo، والميزة الرئيسية لها هي "An elegant and powerful startpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Elegant Startage | New Tab
قم بتنزيل ملفات الامتداد Elegant Startage | New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An elegant and powerful startpage.
A New Tab replacement with elegant design and powerful tools to boost your productivity.
First things first, yes there is a dark mode option.
List of tools:
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List
- Google search box
- Light / Dark theme
All that in 1 page, accessible in your New Tab. The perfect tool for productivity. معلومات أساسية عن التمديد
| الاسم | |
| ID | odgeaoeiadnifppkijkaiiafbcendbhd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
| الوصف | An elegant and powerful startpage. |
| حجم الملف | 1.04 MB |
| عدد التثبيتات | 90 |
| النسخة الحالية | 1.6.3 |
| آخر تحديث | 2021-02-04 |
| تاريخ النشر | 2021-02-03 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | thomaidistheo |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Elegant Startage | New Tab",
"description": "An elegant and powerful startpage.",
"version": "1.6.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "\/assets\/96x96_icon.png"
},
"permission": [
"tabs"
],
"background": {
"scripts": [
"script.js"
],
"persistent": false
}
} | |