Trello your new chrome tab

Override the new tab page with a blank one

Trello your new chrome tabとは何ですか?

Trello your new chrome tabはmirrorhanyuによって開発されたChromeの拡張機能で、その主な機能は「Override the new tab page with a blank one」です。

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

screenshot
screenshot

Trello your new chrome tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        For the daily work, the place I visit for most times may be the chrome new page.
No matter shopping, searching or writing email, I just open a new tab in the chrome and then start.
So I'd love to set a reminder of what I need to do in this most visited place, to keep tasks in mind and not forgot.
and this is the cause of this product creates, hope you will like it!

The github link for this product is: https://github.com/mirrorhanyu/trello-your-new-chrome-tab
Since this is the beta version, defects and bugs may happen
Any feedback is appreciated, email me at [email protected]                    

拡張機能の基本情報

名前 Trello your new chrome tab Trello your new chrome tab
ID gfmbdopdladcnkeiegpjnnodegmffeec
公式URL https://chromewebstore.google.com/detail/trello-your-new-chrome-ta/gfmbdopdladcnkeiegpjnnodegmffeec
説明 Override the new tab page with a blank one
ファイルサイズ 1.61 MB
インストール数 35
現在のバージョン 0.91
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 4 レビュー
開発者 mirrorhanyu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello your new chrome tab",
    "author": "mirrorhanyu",
    "description": "Override the new tab page with a blank one",
    "version": "0.91",
    "icons": {
        "16": "icon-16-16.png",
        "48": "icon-48-48.png",
        "128": "icon-128-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48-48.png",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/mirrorhanyu\/trello-your-new-chrome-tab",
    "manifest_version": 2
}