Start Today

This is the new tab app of Today for Chrome

Start Today là gì?

Start Today là một tiện ích mở rộng Chrome được phát triển bởi Teambition Limited, và tính năng chính của nó là "This is the new tab app of Today for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Start Today

Tải xuống các tệp mở rộng Start Today 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

                        Start Today 给新的一天多一点的灵感!

有了 Start Today ,你的每一个新建标签页都将拥有一张高清、全彩、高饱和度的壁纸。你可以自由选择,并能够将你最喜欢的一页固定,抑或分享给你的朋友。在Start Today,不论是“建筑”、“艺术”、“美食”、“旅行”,“可爱”、“民族”...Start Today 一定可以满足你全部的视觉神经需要。

准备好开始你的一天了吗?从 Start Today 出发吧!

开发者:
Teambition 旗下「今天」团队

Teambition,改善人们的工作方式:www.teambition.com
「今天」根据 Material Design 设计的全新智能日历 : http://today.ai/site ;让你的「今天」不同于昨天

「联系我们」
- Today 官方群:196370097
- 建议反馈:[email protected]

「相关站点」

- 「今天」:https://today.ai
- Teambition:https://teambition.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Start Today Start Today
ID fjmjbjbikkkgligndmgbgjijmejeabob
URL Chính Thức https://chrome.google.com/webstore/detail/start-today/fjmjbjbikkkgligndmgbgjijmejeabob
Mô tả This is the new tab app of Today for Chrome
Kích Thước Tệp 623 KB
Số Lần Cài Đặt 909
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2015-04-15
Ngày Phát Hành 2015-04-15
Đánh Giá 4.66/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Teambition Limited
Loại Thanh Toán free
Trang Web Mở Rộng https://today.ai
URL Trang Trợ Giúp https://today.ai
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Start Today",
    "description": "This is the new tab app of Today for Chrome",
    "version": "2.3.0",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "topSites",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": ".\/assets\/icons\/icon-16.png",
        "48": ".\/assets\/icons\/icon-48.png",
        "128": ".\/assets\/icons\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}