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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cute Tab Home Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}