Chatworkをいじる拡張
Chatworkをいじる拡張。
What is Chatworkをいじる拡張?
Chatworkをいじる拡張 is a Chrome extension developed by myo.ryo, and its main feature is "Chatworkをいじる拡張。".
Extension Screenshots
Download Chatworkをいじる拡張 Extension CRX File
Download Chatworkをいじる拡張 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chatworkを使いやすくする拡張です。 入力欄でテキストを選択して ctrl+i で [info]タグを挿入します。続いて ctrl+space で [title]タグ挿入します。 Macの場合は、command です。 顔文字を含むチャットを選択して、「顔文字削除」をクリックすると顔文字が消えます。一時的ですけど。
Extension Basic Information
Name | Chatworkをいじる拡張 |
ID | cahjeohbifgfpfeaplipoapjicbcaedk |
Official URL | https://chromewebstore.google.com/detail/chatwork%E3%82%92%E3%81%84%E3%81%98%E3%82%8B%E6%8B%A1%E5%BC%B5/cahjeohbifgfpfeaplipoapjicbcaedk |
Description | Chatworkをいじる拡張。 |
File Size | 125 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2013-12-21 |
Publish Date | 2013-12-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | myo.ryo |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatwork\u3092\u3044\u3058\u308b\u62e1\u5f35", "short_name": "cwmyo", "version": "1.0", "manifest_version": 2, "description": "Chatwork\u3092\u3044\u3058\u308b\u62e1\u5f35\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.chatwork.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start" } ] } |