chatwork-my-extensions

より効率よくチャットワークを扱うための拡張機能

Wat is chatwork-my-extensions?

chatwork-my-extensions is een Chrome-extensie ontwikkeld door IwakamiYuki, en de belangrijkste functie is "より効率よくチャットワークを扱うための拡張機能".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie chatwork-my-extensions

Download chatwork-my-extensions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        チャットワークの拡張機能です
より仕事効率を上げるために、スタイルの変更、ショートカットキーの追加、ルームの検索を強化しました

■スタイルの変更
より多くのルームを表示させるために全体的に無駄なスペースをなくしています。

■ショートカットキーの追加
TOの圧縮機能
infoタグで囲む機能
ルーム検索へのショートカット

■ルーム検索
ルームの一覧の上部に検索窓を設置しました

■ソースコード
https://github.com/IwakamiYuki/chatwork-my-extensions                    

Basisinformatie over de Extensie

Naam chatwork-my-extensions chatwork-my-extensions
ID ieknhbpppecbpnojmhhpofbgeedbmmdb
Officiële URL https://chromewebstore.google.com/detail/chatwork-my-extensions/ieknhbpppecbpnojmhhpofbgeedbmmdb
Beschrijving より効率よくチャットワークを扱うための拡張機能
Bestandsgrootte 1.48 MB
Aantal Installaties 420
Huidige Versie 2018.08.01.001
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Ontwikkelaar IwakamiYuki
Betalingswijze free
Ondersteunde Talen 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": []
}