WayTab
Change your new tab page to be more productive
ما هو WayTab؟
WayTab هو إضافة Chrome تم تطويرها بواسطة WayTab Team، والميزة الرئيسية لها هي "Change your new tab page to be more productive".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WayTab
قم بتنزيل ملفات الامتداد WayTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WayTab is a New Tab page for students, featuring tools made for the purpose of making your life easier: - Time bar that displays progress through the current class - Displays current letter day - User-creatable schedule - Current period highlighted on schedule - Keep track of your tasks and assignments - Easily add bookmarks from any tab via the toolbar WayTab is being constantly updated and improved to ensure the best experience for students.
معلومات أساسية عن التمديد
الاسم | WayTab |
ID | cjioafbnjkmajloheecplkionjkdnadk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk |
الوصف | Change your new tab page to be more productive |
حجم الملف | 12.13 MB |
عدد التثبيتات | 26 |
النسخة الحالية | 2.0.6 |
آخر تحديث | 2021-04-19 |
تاريخ النشر | 2019-08-29 |
المطور | WayTab Team |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://waytab.org/ |
عنوان صفحة المساعدة | https://goo.gl/forms/DgHk2YIaKcnSvTZs1 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WayTab", "description": "Change your new tab page to be more productive", "version": "2.0.6", "author": [ "Andy Wang", "Andrew Ward" ], "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background\/defaulttabs.json", "background\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "res\/icon16.png", "32": "res\/icon32.png", "64": "res\/icon64.png", "128": "res\/icon128.png" } }, "icons": { "16": "res\/icon16.png", "32": "res\/icon32.png", "64": "res\/icon64.png", "128": "res\/icon128.png" }, "chrome_url_overrides": { "newtab": "page\/tab.html" }, "manifest_version": 2 } |