My Tab - New Tab Page

Single place to access your mails, news, bookmarks and frequently visited pages

ما هو My Tab - New Tab Page؟

My Tab - New Tab Page هو إضافة Chrome تم تطويرها بواسطة apaliwal، والميزة الرئيسية لها هي "Single place to access your mails, news, bookmarks and frequently visited pages".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة My Tab - New Tab Page

قم بتنزيل ملفات الامتداد My Tab - New Tab Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An awesome new tab replacement. This page lets you access your gmail, news, facebook updates, frequently visited websites, bookmarks and apps from a single page neatly organized

v1.0.1 - Updated to include scrolling for bookmarks for large number of bookmarks.

v1.0.2 - Updated to use default chrome top sites list instead of using last 7 days history

v1.0.3 - Moved the Topsites and Bookmarks list over the tickers

v1.0.4 - Fixed minor bug with positionings

v1.0.5 - Updated to reduce power usage                    

معلومات أساسية عن التمديد

الاسم My Tab - New Tab Page My Tab - New Tab Page
ID aiogeonibegmkgecjpenlaoiclpikkmh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/my-tab-new-tab-page/aiogeonibegmkgecjpenlaoiclpikkmh
الوصف Single place to access your mails, news, bookmarks and frequently visited pages
حجم الملف 309 KB
عدد التثبيتات 28
النسخة الحالية 1.0.5
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 4.00/5 مجموع تقييمات 1
المطور apaliwal
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'",
    "description": "Single place to access your mails, news, bookmarks and frequently visited pages",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My Tab - New Tab Page",
    "short_name": "My Tab",
    "offline_enabled": true,
    "permissions": [
        "geolocation",
        "management",
        "topSites",
        "unlimitedStorage",
        "storage",
        "",
        "history",
        "bookmarks"
    ],
    "version": "1.0.5"
}