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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}