ChatWork Quick Input
ChatWorkのテキスト入力をサポートする拡張機能
Qu'est-ce que ChatWork Quick Input ?
ChatWork Quick Input est une extension Chrome développée par SHNakajima, et sa fonction principale est "ChatWorkのテキスト入力をサポートする拡張機能".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatWork Quick Input
Téléchargez les fichiers d'extension ChatWork Quick Input au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
オプション(*1)から定型文を設定し、入力を簡単に行うことができるようになるツールです。 デフォルトでは[code]タグと[info]タグを挿入できますが、オリジナルの定型文を設定できます! 【 設定項目 】 ・入力するテキスト: アイコンクリック時 / キーボードショートカット実行時に入力されるテキスト ・説明: アイコンホバー時に表示されるテキスト ・アイコン部分のHTML: アイコン一覧に表示されるHTML ※ タグとかにするといい感じです。 ・キーボードショートカットの有効化: ONにするとキーバインドが有効化され、設定したキー押下時に定型文が入力されます! ・キーバインド: キーボードショートカットのトリガーとなるキー設定 (*1)ChatWork Quick Inputのオプション。拡張機能のアイコン右クリック→オプションで設定画面が開きます。 【バージョン情報 】 0.3 2021/3/10 現在の最新版chatworkに対応 0.2 fontawasomeに対応(https://fontawesome.com/):fontawasomeのiタグをアイコンとして指定可能に 0.1 初期リリース
Informations de Base sur l'Extension
Nom | ChatWork Quick Input |
ID | ijgidfcngbfcicilenkdngepclpkabom |
URL Officiel | https://chromewebstore.google.com/detail/chatwork-quick-input/ijgidfcngbfcicilenkdngepclpkabom |
Description | ChatWorkのテキスト入力をサポートする拡張機能 |
Taille du Fichier | 547 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2021-03-10 |
Date de Publication | 2020-12-14 |
Développeur | SHNakajima |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/SHNakajima/CW_QuickInput |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatWork Quick Input", "version": "0.3", "manifest_version": 2, "description": "ChatWork\u306e\u30c6\u30ad\u30b9\u30c8\u5165\u529b\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.chatwork.com\/*", "*:\/\/chatwork.com\/*", "*:\/\/kcw.kddi.ne.jp\/*" ], "js": [ "scripts\/jquery-3.5.1.min.js", "scripts\/core.js" ], "run_at": "document_end", "all_frames": true } ], "options_page": "pages\/public\/index.html" } |