Chatwork+
ChatWork(チャットワーク)拡張機能です。メッセージ欄にて@を押したらTO選択リストが開く、```で[code]タグを入力補完など。
Chatwork+とは何ですか?
Chatwork+はhumiyan02によって開発されたChromeの拡張機能で、その主な機能は「ChatWork(チャットワーク)拡張機能です。メッセージ欄にて@を押したらTO選択リストが開く、```で[code]タグを入力補完など。」です。
拡張機能のスクリーンショット
Chatwork+拡張機能のCRXファイルをダウンロード
Chatwork+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ChatWork(チャットワーク)拡張機能です。 ▼機能 ・メッセージ欄にて@を押したらTO選択リストが開く (@を入力する前に$を入力してエスケープできます。) ・info → [info][/info]タグを入力補完 ・title → [title][/title]タグを入力補完 ・code → [code][/code]タグを入力補完 ・``` → [code][/code]タグを入力補完 ・ --で[hr]タグを入力補完
拡張機能の基本情報
名前 | Chatwork+ |
ID | jpoomegahpapbbfenlohnpngmgifbccc |
公式URL | https://chromewebstore.google.com/detail/chatwork+/jpoomegahpapbbfenlohnpngmgifbccc |
説明 | ChatWork(チャットワーク)拡張機能です。メッセージ欄にて@を押したらTO選択リストが開く、```で[code]タグを入力補完など。 |
ファイルサイズ | 48.47 KB |
インストール数 | 59 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-10-05 |
公開日 | 2020-10-05 |
開発者 | humiyan02 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Fumiya Ito", "homepage_url": "http:\/\/example.com", "name": "Chatwork+", "version": "0.0.1", "manifest_version": 2, "description": "ChatWork\uff08\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\uff09\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u6b04\u306b\u3066@\u3092\u62bc\u3057\u305f\u3089TO\u9078\u629e\u30ea\u30b9\u30c8\u304c\u958b\u304f\u3001```\u3067[code]\u30bf\u30b0\u3092\u5165\u529b\u88dc\u5b8c\u306a\u3069\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.chatwork.com\/*", "https:\/\/chatwork.com\/*" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [] }, "permissions": [] } |