Cat Tab Cursor

Get custom cursor for Chrome. Enjoy a special collection of cursors for cat lovers with lots of freebies.

Cat Tab Cursor क्या है?

Cat Tab Cursor https://cattabsearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get custom cursor for Chrome. Enjoy a special collection of cursors for cat lovers with lots of freebies."।

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

screenshot
screenshot
screenshot

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

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

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

                        After installing this application, you can choose any of the cursors we recommend. And you can use that cursor actively on all the sites you open.

Cat Tab Cursor featured:

Popular Mail site links: You can reach these sites by using the links in the left corner of the screen.

Bookmark Link: By using the icon on the right corner of the screen, you can access your favorite links that you have added for chrome browser and delete them.

Todo List: You can add new items to your Todo list using the Link in the Bottom Left corner of the screen. You can delete and edit them.

Search: With the search box in the middle of the screen, you can use the search service thanks to the system using Google infrastructure.

You can experience different cursors by choosing from the cursors in the list by clicking the cat tab cursor in your add-on list in the upper right corner of your chrome browser during application installation.

If you want to contact us about anything. You can use [email protected].                    

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

नाम Cat Tab Cursor Cat Tab Cursor
ID anlfldbcimgngaghpocmngggcbigcpdn
आधिकारिक URL https://chromewebstore.google.com/detail/cat-tab-cursor/anlfldbcimgngaghpocmngggcbigcpdn
विवरण Get custom cursor for Chrome. Enjoy a special collection of cursors for cat lovers with lots of freebies.
फ़ाइल का आकार 3.11 MB
स्थापना संख्या 13,037
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-08-23
प्रकाशन तिथि 2023-08-22
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://cattabsearch.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cattabsearch.com
सहायता पृष्ठ URL https://cattabsearch.com/pages/contact-us
गोपनीयता नीति पृष्ठ URL https://cattabsearch.com/pages/privacy-policy
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,sl,fi,cs,el,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Cat Tab cursor"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/common.js",
                "cur\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/common.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "bookmarks",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "search.html"
    }
}