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 |
官方網址 | 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" ] } ] } |