收藏猫

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

Wat is 收藏猫?

收藏猫 is een Chrome-extensie ontwikkeld door https://www.pictureknow.com, en de belangrijkste functie is "更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 收藏猫

Download 收藏猫-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam 收藏猫 收藏猫
ID gccbhdjbhnbcliaedclfclgedgndhdlh
Officiële URL https://chromewebstore.google.com/detail/%E6%94%B6%E8%97%8F%E7%8C%AB/gccbhdjbhnbcliaedclfclgedgndhdlh
Beschrijving 更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用
Bestandsgrootte 488 KB
Aantal Installaties 11,869
Huidige Versie 1.7.3
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2020-05-02
Beoordeling 4.33/5 Totaal 30 Beoordelingen
Ontwikkelaar https://www.pictureknow.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pictureknow.com/protocol
Ondersteunde Talen 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"
}