My New Tab

Improve your new tab experience!

My New Tabとは何ですか?

My New Tabはhttps://newtab.ccによって開発されたChromeの拡張機能で、その主な機能は「Improve your new tab experience!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

My New Tab拡張機能のCRXファイルをダウンロード

My New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this one single extension you can get the latest news about:

✭ Automobile
✭ Cryptocurrencies
✭ Men's fashion
✭ Women's fashion
✭ Home & Garden
✭ Insurance
✭ Travel

Every time you open a new tab, you can read daily news about your favorite topic.

This extension sets a new tab page with a search bar provided by Bing.

And you can switch category just with a single click on the top menu!

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.

Privacy:
Your privacy matters. Here's how we protect it: https://www.newtab.cc/privacy
Terms Of Use: https://www.newtab.cc/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

拡張機能の基本情報

名前 My New Tab My New Tab
ID ibcdapcpgpofknnfbggcaikbggahcdfi
公式URL https://chromewebstore.google.com/detail/my-new-tab/ibcdapcpgpofknnfbggcaikbggahcdfi
説明 Improve your new tab experience!
ファイルサイズ 16.92 KB
インストール数 10,000
現在のバージョン 1
最終更新日 2021-06-11
公開日 2019-11-06
評価 4.32/5 合計 196 レビュー
開発者 https://newtab.cc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.newtab.cc
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "short_name": "My New Tab",
    "description": "Improve your new tab experience!",
    "version": "1",
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.newtab.cc\/*",
            "*:\/\/newtab.cc\/*"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.newtab.cc\/*",
        "*:\/\/newtab.cc\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        },
        "default_title": "Enhanced Search"
    },
    "manifest_version": 2
}