My Tab - New Tab Page

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

Qu'est-ce que My Tab - New Tab Page ?

My Tab - New Tab Page est une extension Chrome développée par apaliwal, et sa fonction principale est "Single place to access your mails, news, bookmarks and frequently visited pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My Tab - New Tab Page

Téléchargez les fichiers d'extension My Tab - New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom My Tab - New Tab Page My Tab - New Tab Page
ID aiogeonibegmkgecjpenlaoiclpikkmh
URL Officiel https://chrome.google.com/webstore/detail/my-tab-new-tab-page/aiogeonibegmkgecjpenlaoiclpikkmh
Description Single place to access your mails, news, bookmarks and frequently visited pages
Taille du Fichier 309 KB
Nombre d'Installations 28
Version Actuelle 1.0.5
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.00/5 Total 1 Évaluations
Développeur apaliwal
Type de Paiement free
Langues Prises en Charge 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"
}