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