Tanuwork for Chatwork

Chatwork拡張ツール。入力補完・MarkDown記法のサポート・拡張エモティコン・AA判定など。

Tanuwork for Chatwork là gì?

Tanuwork for Chatwork là một tiện ích mở rộng Chrome được phát triển bởi monpoco, và tính năng chính của nó là "Chatwork拡張ツール。入力補完・MarkDown記法のサポート・拡張エモティコン・AA判定など。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tanuwork for Chatwork

Tải xuống các tệp mở rộng Tanuwork for Chatwork dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ChatWorkをより使いやすくするための拡張プラグインです。

★機能紹介★

■Markdown記法のサポート

Markdown用タグ[md]を追加
[md]...[/md]のブランケットタグ内にMarkdown形式の文章を入力できるようになります。
[md]内は特定タグ以外はhtmlをエスケープしません。他のメンバーに迷惑にならないようしましょう。

■ブランケットタグの入力補完

「[」を入力することでブランケットタグの入力補完をすることが出来ます。
詳細はChatworkの公式を参照してください。

■メンション機能

To発信する際「@」を入力することでメンバーの入力補完が出来ます。
 @<メンバー名> - 特定メンバーに対してのToブランケットタグを補完します。

 @all - グループチャット内に所属するユーザーのブランケットタグを補完します。

 @group - メンショングループ管理で作成したグループに登録されているメンバー一覧のブランケットタグを補完します。

■メンショングループ管理

メンショングループを管理することが出来ます。
利用例:
プログラマー - プログラマーにのみのToブランケットタグを補完
デザイナー  - デザイナーにのみのToブランケットタグを補完

※ メンショングループは全チャットに適用されますが、補完されるメンバーはグループチャットに所属しているメンバーのみとなります。


■エモーティコン拡張

オプションページのエモーティコン設定ページにて簡単にエモーティコンを追加することが出来ます。
また、エモティコンパッケージ作成を利用すれば簡単に共有用エモーティコンファイルを作成でき、チーム内で共有することが可能です。

■アスキーアートの検出・スタイルの適用

アスキーアートを検出し、AA用フォントスタイルを適用した要素でラップします。
フォントが気に入らない、検出精度が低いと感じた方はオプションページにて変更可能です。

その他細かい機能はインストール後、オプションページ - Helpを参照ください。

★注意★
・スマートフォンアプリ・他ブラウザから見た場合は見た目が適用されていません。
・Chatworkが仕様変更された場合、動作しなくなる可能性があります。
 趣味で開発してますので、仕様変更対応に時間がかかると思います。
理解したうえでご利用ください。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tanuwork for Chatwork Tanuwork for Chatwork
ID abmcnehfjgeafmfhdcldlhcdkkibeamf
URL Chính Thức https://chromewebstore.google.com/detail/tanuwork-for-chatwork/abmcnehfjgeafmfhdcldlhcdkkibeamf
Mô tả Chatwork拡張ツール。入力補完・MarkDown記法のサポート・拡張エモティコン・AA判定など。
Kích Thước Tệp 867 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2015-11-25
Ngày Phát Hành 2015-11-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển monpoco
Loại Thanh Toán free
Trang Web Mở Rộng https://groups.google.com/forum/#!forum/tanuwork
URL Trang Trợ Giúp https://groups.google.com/forum/#!forum/tanuwork
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "ja",
    "name": "Tanuwork for Chatwork",
    "short_name": "Tanuwork",
    "description": "__MSG_extDescription__",
    "version": "0.2.2",
    "author": "monpoco ",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/util.js",
                "js\/easyChromeStorage.js",
                "js\/common.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "option.html",
    "permissions": [
        "storage",
        "tabs",
        "",
        "https:\/\/www.chatwork.com\/*",
        "https:\/\/kcw.kddi.ne.jp\/*"
    ],
    "web_accessible_resources": [
        "option.html",
        "js\/locales.js",
        "js\/main.js",
        "js\/content.js",
        "js\/marked.js",
        "js\/highlight.js",
        "js\/jquery.textcomplete.js",
        "css\/tanu.css",
        "css\/fa\/tanu.eot",
        "css\/fa\/tanu.svg",
        "css\/fa\/tanu.ttf",
        "css\/fa\/tanu.woff",
        "css\/markdown\/github.css",
        "css\/highlight\/agate.css",
        "css\/highlight\/androidstudio.css",
        "css\/highlight\/arta.css",
        "css\/highlight\/ascetic.css",
        "css\/highlight\/atelier-cave.dark.css",
        "css\/highlight\/atelier-cave.light.css",
        "css\/highlight\/atelier-dune.dark.css",
        "css\/highlight\/atelier-dune.light.css",
        "css\/highlight\/atelier-estuary.dark.css",
        "css\/highlight\/atelier-estuary.light.css",
        "css\/highlight\/atelier-forest.dark.css",
        "css\/highlight\/atelier-forest.light.css",
        "css\/highlight\/atelier-heath.dark.css",
        "css\/highlight\/atelier-heath.light.css",
        "css\/highlight\/atelier-lakeside.dark.css",
        "css\/highlight\/atelier-lakeside.light.css",
        "css\/highlight\/atelier-plateau.dark.css",
        "css\/highlight\/atelier-plateau.light.css",
        "css\/highlight\/atelier-savanna.dark.css",
        "css\/highlight\/atelier-savanna.light.css",
        "css\/highlight\/atelier-seaside.dark.css",
        "css\/highlight\/atelier-seaside.light.css",
        "css\/highlight\/atelier-sulphurpool.dark.css",
        "css\/highlight\/atelier-sulphurpool.light.css",
        "css\/highlight\/brown_paper.css",
        "css\/highlight\/codepen-embed.css",
        "css\/highlight\/color-brewer.css",
        "css\/highlight\/dark.css",
        "css\/highlight\/darkula.css",
        "css\/highlight\/default.css",
        "css\/highlight\/docco.css",
        "css\/highlight\/far.css",
        "css\/highlight\/foundation.css",
        "css\/highlight\/github-gist.css",
        "css\/highlight\/github.css",
        "css\/highlight\/googlecode.css",
        "css\/highlight\/grayscale.css",
        "css\/highlight\/hopscotch.css",
        "css\/highlight\/hybrid.css",
        "css\/highlight\/idea.css",
        "css\/highlight\/ir_black.css",
        "css\/highlight\/kimbie.dark.css",
        "css\/highlight\/kimbie.light.css",
        "css\/highlight\/magula.css",
        "css\/highlight\/mono-blue.css",
        "css\/highlight\/monokai_sublime.css",
        "css\/highlight\/monokai.css",
        "css\/highlight\/obsidian.css",
        "css\/highlight\/paraiso.dark.css",
        "css\/highlight\/paraiso.light.css",
        "css\/highlight\/pojoaque.css",
        "css\/highlight\/railscasts.css",
        "css\/highlight\/rainbow.css",
        "css\/highlight\/school_book.css",
        "css\/highlight\/solarized_dark.css",
        "css\/highlight\/solarized_light.css",
        "css\/highlight\/sunburst.css",
        "css\/highlight\/tomorrow-night-blue.css",
        "css\/highlight\/tomorrow-night-bright.css",
        "css\/highlight\/tomorrow-night-eighties.css",
        "css\/highlight\/tomorrow-night.css",
        "css\/highlight\/tomorrow.css",
        "css\/highlight\/vs.css",
        "css\/highlight\/xcode.css",
        "css\/highlight\/zenburn.css"
    ]
}