Cute Tab Home Page

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

Wat is Cute Tab Home Page?

Cute Tab Home Page is een Chrome-extensie ontwikkeld door http://cute-tab.com, en de belangrijkste functie is "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cute Tab Home Page

Download Cute Tab Home Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
Officiële URL https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe
Beschrijving This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Bestandsgrootte 41.28 KB
Aantal Installaties 73
Huidige Versie 1.1
Laatst Bijgewerkt 2018-01-18
Publicatiedatum 2018-01-18
Ontwikkelaar http://cute-tab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.cute-tab.com
Help Pagina-URL http://cute-tab.com/about/index.html
URL van de Privacybeleid Pagina http://citypage.today/about/privacy.html
Ondersteunde Talen 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"
    }
}