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
官方網址 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
電子郵箱 [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
}