chatwork-my-extensions
より効率よくチャットワークを扱うための拡張機能
What is chatwork-my-extensions?
chatwork-my-extensions is a Chrome extension developed by IwakamiYuki, and its main feature is "より効率よくチャットワークを扱うための拡張機能".
Extension Screenshots
Download chatwork-my-extensions Extension CRX File
Download chatwork-my-extensions 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
チャットワークの拡張機能です より仕事効率を上げるために、スタイルの変更、ショートカットキーの追加、ルームの検索を強化しました ■スタイルの変更 より多くのルームを表示させるために全体的に無駄なスペースをなくしています。 ■ショートカットキーの追加 TOの圧縮機能 infoタグで囲む機能 ルーム検索へのショートカット ■ルーム検索 ルームの一覧の上部に検索窓を設置しました ■ソースコード https://github.com/IwakamiYuki/chatwork-my-extensions
Extension Basic Information
Name | chatwork-my-extensions |
ID | ieknhbpppecbpnojmhhpofbgeedbmmdb |
Official URL | https://chromewebstore.google.com/detail/chatwork-my-extensions/ieknhbpppecbpnojmhhpofbgeedbmmdb |
Description | より効率よくチャットワークを扱うための拡張機能 |
File Size | 1.48 MB |
Installation Count | 420 |
Current Version | 2018.08.01.001 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | IwakamiYuki |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chatwork-my-extensions", "version": "2018.08.01.001", "description": "\u3088\u308a\u52b9\u7387\u3088\u304f\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u6271\u3046\u305f\u3081\u306e\u62e1\u5f35\u6a5f\u80fd", "author": "IwakamiYuki", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "js": [ "jquery.js", "migemo.js", "common.js" ], "css": [ "style.css" ] } ], "permissions": [], "background": [] } |