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.”。
擴展截圖
下載DashTab ~ A New Tab Page for Chrome擴展crx文件
下載DashTab ~ A New Tab Page for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | opbcbhefmdiopokmhhmphpcenmdjfdkj |
官方網址 | 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" ] } |