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开发的Chrome扩展程序,该扩展的主要功能是“Single place to access your mails, news, bookmarks and frequently visited pages”。

扩展截图

screenshot

下载My Tab - New Tab Page扩展crx文件

下载My Tab - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}