收藏猫

更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用

What is 收藏猫?

收藏猫 is a Chrome extension developed by https://www.pictureknow.com, and its main feature is "更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用".

Extension Screenshots

screenshot

Download 收藏猫 Extension CRX File

Download 收藏猫 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1.添加国人常用的搜索引擎的新标签页
目前已添加的搜索引擎有:Google、百度、知乎

2.书签管理
美化书签展示及书签管理

3.插件管理
美化插件展示及插件管理                    

Extension Basic Information

Name 收藏猫 收藏猫
ID gccbhdjbhnbcliaedclfclgedgndhdlh
Official URL https://chromewebstore.google.com/detail/%E6%94%B6%E8%97%8F%E7%8C%AB/gccbhdjbhnbcliaedclfclgedgndhdlh
Description 更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用
File Size 488 KB
Installation Count 11,869
Current Version 1.7.3
Last Updated 2024-03-03
Publish Date 2020-05-02
Rating 4.33/5 Total 30 Ratings
Developer https://www.pictureknow.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pictureknow.com/protocol
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.7.3",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.jd.com\/*"
            ],
            "js": [
                "js\/jd_coupon_content.js"
            ]
        }
    ],
    "web_accessible_resources": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "proxy",
        "management",
        "favicon",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili-video",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.cxpcx.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "zh_CN"
}