KVCore Contact Page Formatter
Formats the KVCore contact page.
KVCore Contact Page Formatterคืออะไร?
KVCore Contact Page Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Perry Group และคุณลักษณะหลักของมันคือ "Formats the KVCore contact page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KVCore Contact Page Formatter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |