Revolution New Tab

Replaces the default new tab page with a better one.

Revolution New Tab là gì?

Revolution New Tab là một tiện ích mở rộng Chrome được phát triển bởi Revolution New Tab, và tính năng chính của nó là "Replaces the default new tab page with a better one.".

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

screenshot
screenshot

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

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

                        Replaces the default new tab page with a more customisable one. Change links, icons,  colours, background images and widgets.


CHANGELOG

Version 1.01
	- Improved load times from ~350ms to ~150ms
	- Fixed occasional on-off switch rendering bugs
	- Empty icons on default page are now hidden
	- Removed some animations to improve performance

Version 1.1
	- Added option for transparent icons
	- Flatter design
	- Removed weather funtionality until a more reliable alternative is available
	- Replaced weather funtionality with time and date, once weather is re-added, will add a toggle
	- Added stopwatch (can be switched with time and date)

Version 1.11
	- Switched from incrementing timing to delta timing to make it more reliable

Version 1.12
        - Minor style changes                    

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

Tên Revolution New Tab Revolution New Tab
ID nonfgobbbcffenfbkdgnafikbadicaan
URL Chính Thức https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan
Mô tả Replaces the default new tab page with a better one.
Kích Thước Tệp 896 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2017-11-27
Ngày Phát Hành 2017-11-27
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Revolution New Tab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revolution New Tab",
    "description": "Replaces the default new tab page with a better one.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.12",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "css\/img\/icon16.png",
        "32": "css\/img\/icon32.png",
        "48": "css\/img\/icon48.png"
    }
}