Cute Tab Home Page

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

What is Cute Tab Home Page?

Cute Tab Home Page is a Chrome extension developed by http://cute-tab.com, and its main feature is "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".

Extension Screenshots

screenshot

Download Cute Tab Home Page Extension CRX File

Download Cute Tab Home Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
Official URL https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe
Description This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
File Size 41.28 KB
Installation Count 73
Current Version 1.1
Last Updated 2018-01-18
Publish Date 2018-01-18
Developer http://cute-tab.com
Email [email protected]
Payment Type free
Extension Website http://www.cute-tab.com
Help Page URL http://cute-tab.com/about/index.html
Privacy Policy Page URL http://citypage.today/about/privacy.html
Supported Languages 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"
    }
}