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开发的Chrome扩展程序,该扩展的主要功能是“Get custom cursor for Chrome. Enjoy a special collection of cursors for cat lovers with lots of freebies.”。

扩展截图

screenshot
screenshot
screenshot

下载Cat Tab Cursor扩展crx文件

下载Cat Tab Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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