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 apaliwal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single place to access your mails, news, bookmarks and frequently visited pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My Tab - New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}