收藏猫
更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用
什么是收藏猫?
收藏猫是由https://www.pictureknow.com开发的Chrome扩展程序,该扩展的主要功能是“更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用”。
扩展截图
下载收藏猫扩展crx文件
下载收藏猫扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1.添加国人常用的搜索引擎的新标签页
目前已添加的搜索引擎有:Google、百度、知乎
2.书签管理
美化书签展示及书签管理
3.插件管理
美化插件展示及插件管理 扩展基本信息
| 名称 | |
| ID | gccbhdjbhnbcliaedclfclgedgndhdlh |
| 官方URL | https://chromewebstore.google.com/detail/%E6%94%B6%E8%97%8F%E7%8C%AB/gccbhdjbhnbcliaedclfclgedgndhdlh |
| 简介 | 更符合国人的新标签页,快速访问书签。使你的主页更加美观和易用 |
| 文件大小 | 488 KB |
| 安装次数 | 11,869 |
| 当前版本 | 1.7.3 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2020-05-02 |
| 评分 | 4.33/5 共30次评分 |
| 开发者 | https://www.pictureknow.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://pictureknow.com/protocol |
| 支持的语言 | 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": [
" | |