FastComments Debugger
A tool to help you debug your FastComments installation.
FastComments Debuggerとは何ですか?
FastComments Debuggerはhttps://fastcomments.comによって開発されたChromeの拡張機能で、その主な機能は「A tool to help you debug your FastComments installation.」です。
拡張機能のスクリーンショット
FastComments Debugger拡張機能のCRXファイルをダウンロード
FastComments Debugger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the FastComments Debugger to debug your FastComments installation.
This tool can help you determine:
- Why the comment widget is not displaying
- Why the comment widget may not be behaving as expected
- How many instances of the widget are loaded on the page at once
- Which customization rules are applied.
Want more information in the debugger? Let us know! 拡張機能の基本情報
| 名前 | |
| ID | cadggdemhfkjjghkdbfhonoccnplffjj |
| 公式URL | https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj |
| 説明 | A tool to help you debug your FastComments installation. |
| ファイルサイズ | 248 KB |
| インストール数 | 49 |
| 現在のバージョン | 1.2.3 |
| 最終更新日 | 2023-10-24 |
| 公開日 | 2020-09-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://fastcomments.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://fastcomments.com |
| プライバシーポリシーページのURL | https://fastcomments.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FastComments Debugger",
"version": "1.2.3",
"description": "A tool to help you debug your FastComments installation.",
"icons": {
"16": "assets\/icons\/16.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"browser_action": {
"default_icon": "assets\/icons\/favicon.png",
"default_popup": "popup\/index.html",
"default_title": "FastComments Debugger"
},
"content_scripts": [
{
"js": [
"content\/index.js"
],
"matches": [
" | |