Cute Tab Home Page

This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more

Cute Tab Home Page là gì?

Cute Tab Home Page là một tiện ích mở rộng Chrome được phát triển bởi http://cute-tab.com, và tính năng chính của nó là "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".

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

screenshot

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

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

                        I love cute things and I love it even more on my New Tab!
amazing background shots of cute puppies and short cut to popular sites, update on cute things from social network and more                    

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

Tên Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
URL Chính Thức https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe
Mô tả This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Kích Thước Tệp 41.28 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-01-18
Ngày Phát Hành 2018-01-18
Nhà Phát Triển http://cute-tab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.cute-tab.com
URL Trang Trợ Giúp http://cute-tab.com/about/index.html
URL Trang Chính Sách Bảo Mật http://citypage.today/about/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cute Tab Home Page",
    "description": "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more",
    "version": "1.1",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "cute-tab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "management"
    ],
    "browser_action": {
        "default_title": "Cute Tab Home Page",
        "default_icon": "img\/icon16.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}