KVCore Contact Page Formatter
Formats the KVCore contact page.
什么是KVCore Contact Page Formatter?
KVCore Contact Page Formatter是由The Perry Group开发的Chrome扩展程序,该扩展的主要功能是“Formats the KVCore contact page.”。
扩展截图
下载KVCore Contact Page Formatter扩展crx文件
下载KVCore Contact Page Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will make some slight layout modifications to the way KVCore displays your contacts. Rather than a large amount of empty space, this extension makes the layout of the contact details more compact and easier to read.
扩展基本信息
名称 | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
官方URL | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
简介 | Formats the KVCore contact page. |
文件大小 | 79.06 KB |
安装次数 | 2,936 |
当前版本 | 1.0.0 |
更新时间 | 2022-02-09 |
上架时间 | 2022-02-09 |
评分 | 5.00/5 共1次评分 |
开发者 | The Perry Group |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KVCore Contact Page Formatter", "short_name": "KVCore Contact Page Formatter", "version": "1.0.0", "description": "Formats the KVCore contact page.", "author": "The Perry Group", "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "72": "icons\/icon-72.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kvcore.com\/*" ], "js": [ "js\/options.js" ] } ] } |