Gu New Tab

Personalize your default New Tab page with custom background images, colors, and your favorite mottos.

Gu New Tab là gì?

Gu New Tab là một tiện ích mở rộng Chrome được phát triển bởi hangu1116, và tính năng chính của nó là "Personalize your default New Tab page with custom background images, colors, and your favorite mottos.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Love to discover interesting places? Do you want to see the signature in the new label page at all times? Want to put the reminder on the new tab page? So Gu New Tab makes every new page a trip.

New Features:
• Repair long time loading bug
• Repair the black edge bug
• Increase the security package of localStorage

v1.6.1:
• Can modify motto/todo directly on the new tab page
• Use color placeholder preloading mode
• Optimize the page animation, layout
• The new fliker map
• Add local pictures
• Tracked bugs                    

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

Tên Gu New Tab Gu New Tab
ID flpkegbinjelbodpbdojjhklbkkddmca
URL Chính Thức https://chromewebstore.google.com/detail/gu-new-tab/flpkegbinjelbodpbdojjhklbkkddmca
Mô tả Personalize your default New Tab page with custom background images, colors, and your favorite mottos.
Kích Thước Tệp 4.79 MB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1.6.2
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hangu1116
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.6.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": ".\/image\/icon128.png"
    },
    "browser_action": [],
    "permissions": [
        "*:\/\/wallpaper.apc.360.cn\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/www.gstatic.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "https:\/\/api.flickr.com\/*"
    ],
    "author": "cyj",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": ".\/option\/options.html"
}