Cute Tab Home Page

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

Qu'est-ce que Cute Tab Home Page ?

Cute Tab Home Page est une extension Chrome développée par http://cute-tab.com, et sa fonction principale est "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cute Tab Home Page

Téléchargez les fichiers d'extension Cute Tab Home Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
URL Officiel 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
Taille du Fichier 41.28 KB
Nombre d'Installations 73
Version Actuelle 1.1
Dernière Mise à Jour 2018-01-18
Date de Publication 2018-01-18
Développeur http://cute-tab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.cute-tab.com
URL de la Page d'Aide http://cute-tab.com/about/index.html
URL de la Page de Politique de Confidentialité http://citypage.today/about/privacy.html
Langues Prises en Charge 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"
    }
}