Cute Tab - Custom Dashboard

Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage.

Cute Tab - Custom Dashboard क्या है?

Cute Tab - Custom Dashboard https://cute-cursors.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage."।

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

screenshot
screenshot

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

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

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

                        Allow custom cursors in a new tab page. With our Cute Tab - Custom Dashboard you can use cute cursors on a homepage in a browser. 

Cute Tab offers a new start page with additional features for your browser experience. 

1. Cute background will pleased you every time you start internet surfing. 

2. Manage bookmarks easily by using a search bar that makes New Tab experience unique and oriented exactly for your preferences.   

All bookmarks are gathered into close reach on the Homepage and have such a useful search bar. Any scrolling across the long list. Just start entering the name of the website and it will appear at the top of the list. 

3. Pretty clock is added directly to the new tab in a nice design in regards to a whole Cute cursors universe.

Cute Tab uses Bing as a search engine                    

एक्सटेंशन की मूल जानकारी

नाम Cute Tab - Custom Dashboard Cute Tab - Custom Dashboard
ID gkdefhnhldnmfnajfkeldcaihahkhhnd
आधिकारिक URL https://chromewebstore.google.com/detail/cute-tab-custom-dashboard/gkdefhnhldnmfnajfkeldcaihahkhhnd
विवरण Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage.
फ़ाइल का आकार 6.03 MB
स्थापना संख्या 62,265
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-09-25
प्रकाशन तिथि 2021-07-08
रेटिंग 3.89/5 कुल 74 रेटिंग्स
डेवलपर https://cute-cursors.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cute-cursors.com/
सहायता पृष्ठ URL https://cute-cursors.com/contact
गोपनीयता नीति पृष्ठ URL https://cute-cursors.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,tr,da,et,es,it,pl,sk,fi,sr,fa,mr,gu,ta,te,kn-IN,ml,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.4",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "app-site-controller.js"
            ],
            "matches": [
                "http:\/\/localhost:4200\/*",
                "*:\/\/cute-cursors.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "unsplash.js"
            ],
            "css": [
                "assets\/static\/css\/unsplash.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}