DashTab ~ A New Tab Page for Chrome

A better and faster new tab page for Chrome.

DashTab ~ A New Tab Page for Chrome란 무엇입니까?

DashTab ~ A New Tab Page for Chrome은(는) Emmanuel Mark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better and faster new tab page for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DashTab ~ A New Tab Page for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DashTab is a revamped version of TabRocket, with even more features, and a more stable UI. DashTab is an optimized new tab page for Chrome that takes advantage of your screen's real estate, filling it with only the things that matter. Despite DashTab's incognito appearance, it can become an essential part of your time in the web browser. DashTab is much faster*, ergonomic, and pleasing to the eyes than Chrome's default tab page. Just download DashTab, and it only gets easier from there...

If you like DashTab, please leave a rating or a 5-star review. If you have any concerns, please submit a support ticket before leaving a bad review.


Features:
 - Optimized new tab page
 - Time, date, and personalized greeting
 - Six backgrounds to choose from
 - Custom backgrounds
 - Minimalistic weather app
 - To-Do list
 - Unrivaled speed in Chrome*

What's New:
 v0.9.3:
 - Fixed broken weather widget - improved API integration
 v0.9.2:
 - More bug fixes and improvements
 v0.9.1:
 - Bug fixes...

 v0.9:
 - First full version of DashTab has launched
 - Everything's been added

*TabRocket does not make Chrome any faster
Free Mockup by István Szűcs: https://www.behance.net/gallery/34637999/Free-Vector-Based-MacBook-Air-Mockup                    

확장 프로그램 기본 정보

이름 DashTab ~ A New Tab Page for Chrome DashTab ~ A New Tab Page for Chrome
ID opbcbhefmdiopokmhhmphpcenmdjfdkj
공식 URL https://chrome.google.com/webstore/detail/dashtab-a-new-tab-page-fo/opbcbhefmdiopokmhhmphpcenmdjfdkj
설명 A better and faster new tab page for Chrome.
파일 크기 13.81 MB
설치 횟수 95
현재 버전 0.9.3
최근 업데이트 2016-09-18
출시 날짜 2016-09-18
평점 5.00/5 총 2 개의 평점
개발자 Emmanuel Mark
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DashTab ~ A New Tab Page for Chrome",
    "short_name": "DashTab",
    "description": "A better and faster new tab page for Chrome.",
    "manifest_version": 2,
    "version": "0.9.3",
    "icons": {
        "32": "img\/icons\/app\/icon32.png",
        "48": "img\/icons\/app\/icon48.png",
        "128": "img\/icons\/app\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index2.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}