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?

Cute Tab Home Page是由http://cute-tab.com开发的Chrome扩展程序,该扩展的主要功能是“This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more”。

扩展截图

screenshot

下载Cute Tab Home Page扩展crx文件

下载Cute Tab Home Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
官方URL https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe
简介 This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
文件大小 41.28 KB
安装次数 73
当前版本 1.1
更新时间 2018-01-18
上架时间 2018-01-18
开发者 http://cute-tab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.cute-tab.com
帮助页面URL http://cute-tab.com/about/index.html
隐私政策页面URL http://citypage.today/about/privacy.html
支持的语言 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"
    }
}