Chatbot Extension

This extension will redirect to Chatbot page

Chatbot Extensionとは何ですか?

Chatbot ExtensionはPrashanthによって開発されたChromeの拡張機能で、その主な機能は「This extension will redirect to Chatbot page」です。

Chatbot Extension拡張機能のCRXファイルをダウンロード

Chatbot Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Chatbot Extension Chatbot Extension
ID oflbbecegcmjpnkidolkggaeaecgjpkj
公式URL https://chrome.google.com/webstore/detail/chatbot-extension/oflbbecegcmjpnkidolkggaeaecgjpkj
説明 This extension will redirect to Chatbot page
ファイルサイズ 74.98 KB
インストール数 89
現在のバージョン 1.0
最終更新日 2018-07-02
公開日 2018-07-02
開発者 Prashanth
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatbot Extension",
    "description": "This extension will redirect to Chatbot page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "Chatbot.png",
        "default_popup": "test.html"
    },
    "permissions": [
        "activeTab"
    ]
}