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 |
Eメール | [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" ] } ] } |