New Tab GTD

A minimal Get Things Done New Tab extension to make you more productive.

New Tab GTD란 무엇입니까?

New Tab GTD은(는) https://xaviesteve.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal Get Things Done New Tab extension to make you more productive."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Tab GTD 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        New Tab GTD is a clean, pleasing and minimalistic New Tab Extension that makes you more productive by just showing you the essentials: a clock and the tabs you have open right now on all windows in a vertical easy-to-scan way. It features a dark theme to avoid distractions and eye-strain while keeping it highly legible.

You can click on any tab to go to it, or close it by clicking the × button. By seeing all tabs from all windows top to bottom, you can manage "tab-chaos" in a very efficient way and clean up all the clutter you may have accumulated after a long browsing session. Below those, you will find the last 5 tabs you've recently closed, so you can restore any accidentally closed tabs.

There is a tiny unobstrusive counter of the tabs and windows you have open on the right that turns red whenever you have more than 9 tabs open (why 9 tabs? see https://lifehacker.com/why-you-should-never-have-more-than-nine-browser-tabs-o-5984149 ). Whenever you have more than one window open, a [Merge] button will show up when hovering the window number, clicking it will merge all windows into one.

If you don't like the default theme, you can change the color theme by clicking the [theme] button, you can also change the size of the clock by clicking on it.

You will also see tiny icons next to the favicon of each tab, these are: ⭐️ highlighted tab, 📌 pinned tab, 🔈 audible tab and 💤 sleeping tab.

At the bottom of the page, you will find hundreds of carefully selected GTD, motivation, inspiration, productivity, business, positivity and life-advice quotes so you can momentarily declutter your mind and get inspired. Clicking on a quote will show a new one.

There is nothing more to this extension, which makes it super lightweight and fast to load.

Please keep in mind that the purpose of this extension is to be functional, minimal, simple and lightweight. If you need fancy features such as weather forecast, to-do lists, fancy backgrounds and so on, there are many amazing extensions available in the Chrome Store that will suit your needs better. As for myself, I prefer to have a non-distracting straight-to-the-point extension that keeps me focused on whatever I'm doing, this is New Tab GTD.

Any feedback is appreciated, you can check more of my free projects here: https://xaviesteve.com/projects/                    

확장 프로그램 기본 정보

이름 New Tab GTD New Tab GTD
ID aipgmgpkejnjjlamjkcnhgghkclamigp
공식 URL https://chromewebstore.google.com/detail/new-tab-gtd/aipgmgpkejnjjlamjkcnhgghkclamigp
설명 A minimal Get Things Done New Tab extension to make you more productive.
파일 크기 59.82 KB
설치 횟수 147
현재 버전 1.4.3
최근 업데이트 2021-03-05
출시 날짜 2020-05-08
평점 5.00/5 총 4 개의 평점
개발자 https://xaviesteve.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xaviesteve.com/projects/
도움말 페이지 URL https://xaviesteve.com/contact/
개인정보 보호 정책 페이지 URL https://xaviesteve.com/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab GTD",
    "short_name": "New Tab GTD",
    "author": "Xavi Esteve",
    "version": "1.4.3",
    "description": "A minimal Get Things Done New Tab extension to make you more productive.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "sessions",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true
}