DashTab ~ A New Tab Page for Chrome
A better and faster new tab page for Chrome.
DashTab ~ A New Tab Page for Chrome là gì?
DashTab ~ A New Tab Page for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Emmanuel Mark, và tính năng chính của nó là "A better and faster new tab page for Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DashTab ~ A New Tab Page for Chrome
Tải xuống các tệp mở rộng DashTab ~ A New Tab Page for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | opbcbhefmdiopokmhhmphpcenmdjfdkj |
URL Chính Thức | https://chrome.google.com/webstore/detail/dashtab-a-new-tab-page-fo/opbcbhefmdiopokmhhmphpcenmdjfdkj |
Mô tả | A better and faster new tab page for Chrome. |
Kích Thước Tệp | 13.81 MB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 0.9.3 |
Cập Nhật Lần Cuối | 2016-09-18 |
Ngày Phát Hành | 2016-09-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Emmanuel Mark |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |