Cute Tab Home Page

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

Was ist Cute Tab Home Page?

Cute Tab Home Page ist eine Chrome-Erweiterung, die von http://cute-tab.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".

Erweiterungsscreenshots

screenshot

Cute Tab Home Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cute Tab Home Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Cute Tab Home Page Cute Tab Home Page
ID ejiikjonepaadgcbnhdeklpjilegpgpe
Offizielle URL https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe
Beschreibung This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Dateigröße 41.28 KB
Installationsanzahl 73
Aktuelle Version 1.1
Letztes Update 2018-01-18
Veröffentlichungsdatum 2018-01-18
Entwickler http://cute-tab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.cute-tab.com
Hilfeseite URL http://cute-tab.com/about/index.html
URL der Datenschutzrichtlinien-Seite http://citypage.today/about/privacy.html
Unterstützte Sprachen 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"
    }
}