Chatwork ++

Chatwork ++ to faster

Chatwork ++とは何ですか?

Chatwork ++はqtzznnによって開発されたChromeの拡張機能で、その主な機能は「Chatwork ++ to faster」です。

拡張機能のスクリーンショット

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

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

拡張機能の使用方法

                        Hỗ trợ các tính năng mới cho chatwork
 - Nhấn @ để tag nhanh tên người trong nhóm
 - Shift Shift để chuyển trỏ chuột vào khung search nhanh
 - Enter để chọn nhanh dòng đầu tiền trong danh sách                    

拡張機能の基本情報

名前 Chatwork ++ Chatwork ++
ID aneobjkhhceiljagdoepiifidhpolbjl
公式URL https://chromewebstore.google.com/detail/chatwork-++/aneobjkhhceiljagdoepiifidhpolbjl
説明 Chatwork ++ to faster
ファイルサイズ 49.75 KB
インストール数 45
現在のバージョン 0.1.0.1
最終更新日 2019-02-27
公開日 2019-02-25
評価 5.00/5 合計 6 レビュー
開発者 qtzznn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatwork ++",
    "version": "0.1.0.1",
    "manifest_version": 2,
    "description": "Chatwork ++ to faster",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": []
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "Chatwork++"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "index.js"
    ],
    "permissions": [
        "https:\/\/www.chatwork.com\/*"
    ]
}